All Notes
AWS
AWS
  • AIM
  • General Stuff about AWS
  • AWS Global Infrastructure
  • Interacting with AWS
  • AWS Identity and Access Management
    • AWS Organizations
    • Users
    • Policies and Permissions
    • Groups and Roles
    • Federation
    • Access Control (via available tools)
    • AWS Cognito
    • AWS IAM Identity Center
  • Networking and Content Delivery in AWS
    • AWS VPC
    • AWS Route 53
    • Elastic Load Balancing
    • AWS CloudFront
    • Amazon API Gateway
  • AWS Storage Services
    • Amazon EBS
    • Amazon EFS
    • Amazon FSx
    • S3
    • AWS Databases Services
      • Amazon RDS
      • Amazon DymanoDB
      • Amazon Elasticache
      • Amazon RedShift
      • Amazon DocumentDB
  • AWS Compute Services
    • EC2
    • Elastic BeanStalk
    • AWS Lambda
    • Container Services
      • ECR and ECS
      • EKS
      • AppRunner
  • Other AWS Services
    • CloudFormation
    • AWS Key Management Services (KMS)
    • AWS Secrets Manager
    • AWS Certificate Manager (ACM)
    • AWS Messaging Services
      • AWS SNS (Simple Notification Service)
      • AWS Simple Queue Service (SQS)
    • AWS Systems Manager
      • Application Management
      • Node Management
    • Logging and Monitoring
      • AWS CloudTrail
      • AWS CloudWatch
    • AWS Macie
    • AWS Inspector
    • AWS GuardDuty
Powered by GitBook
On this page

General Stuff about AWS

PreviousAIMNextAWS Global Infrastructure

Last updated 6 months ago

  1. The on demand self-service delivery of compute power, DB, storage, app, and other IT resources through a cloud services platform via the Internet with pay-as-yo-go pricing is the essence of any cloud and AWS is no different. In short, AWS started as a DataCenter as a service.

  2. When one uses AWS, they are kind of accepting the shared responsibility model, where AWS is responsible for security of the cloud and customers are responsible for security in the cloud, as shown below, and it changes with type of the service:

  1. AWS has something called as metadata resource tags, which can be used to segregate workloads across all AWS Services.

  2. AWS Pricing Calculator can be used to get an estimated cost before moving workloads into the AWS cloud.

  3. AWS Cost Explorer is useful for segregation wise cost by either linked account or linked accounts.

  4. AWS Organizations is a simple way to get consolidated billing and apply common policies by having a master account and then creating department wise accounts under that.

  5. Whenever events affecting customers of AWS occur, AWS Personal Health Dashboard can provide alerts and guidance related to remediation.

  6. AWS Trusted Advisor is an automated tool to check AWS usage against best practices. All AWS customers get access to seven core checks. It gives recommendations related to Cost Optimization, Performance, Security, Fault Tolerance and Service Limits. For complete Trusted Advisor Checks, it is recommended to opt for AWS Business Support.

  7. Where Cloud like AWS shines, is Serverless computing offering. It takes PaaS a step further, by introducing the developers with event driven based architecture, which means whatever code the devs are writing, will get an execution environment when an external event is triggered and they have to pay only for the compute required when the code is executed.

Source:
Source:
https://aws.amazon.com/blogs/industries/applying-the-aws-shared-responsibility-model-to-your-gxp-solution/
https://aws.amazon.com/blogs/industries/applying-the-aws-shared-responsibility-model-to-your-gxp-solution/