Open main menu

Talk:AWS Solutions Architect

Revision as of 00:28, 7 February 2024 by Admin (talk | contribs)
  1. AWS Accounts and Organizations including Service Control Policies (SCPs)
    1. SCPs "deny" will override any higher up "allow" permissions. So even though an allow permission will cascade down through all Org Units, any explicit deny will also cascade and override allow.
    2. You can choose your own strategy. By default an Organization will have the FullAWSAccess SCP attached to it and every OU and account. This is the 'Deny List Strategy' because you must override the 'default' allow full access with deny rules. On the other hand, you can remove (delete) this SCP and then you would have an 'Allow List Strategy' because you would need to specifically list each service you want to allow in the Organizations, OUs and Accounts.
    3. AWS Control Tower allows you to setup and govern multi-account environments.
  2. Identity Management and Permissions including RBAC, ABAC and permissions boundaries
  3. AWS Directory Services and Federation including Identity Federation, AWS SSO, and Cognito
  4. Advanced Amazon VPC including a routing deep dive and multi-account VPC configurations
  5. Hybrid Connectivity including S2S VPN, Direct Connect, and AWS Transit Gateway
  6. Compute, Auto Scaling, and Load Balancing including ALB, NLB, EC2, and NAT
  7. AWS Storage Services including EBS, EFS, and Amazon S3
  8. DNS, Caching, and Performance Optimization including Route 53, CloudFront, and AWS Global Accelerator
  9. AWS Database Services including Amazon RDS, Aurora, ElastiCache and DynamoDB
  10. Serverless Applications including AWS Lambda, EventBridge, SQS, SNS, and API Gateway
  11. Docker Containers and PaaS including Amazon ECS, Fargate, and Elastic Beanstalk
  12. Deployment and Management including AWS CodeCommit, CodePipeline, Service Catalog, Systems Manager and more
  13. Migration and Transfer Service including AWS DMS, SMS, DataSync, and Snowball
  14. Analytics Services including Amazon Athena, AWS Glue, RedShift, EMR, and Kinesis
  15. Monitoring, Logging and Auditing including CloudWatch, CloudTrail and AWS X-Ray
  16. Defense in Depth including how to build a secure application with ACM, KMS, Config, Inspector and WAF/Shield
  17. Cost Management including how AWS services are priced, consolidated billing, and AWS Budgets
Return to "AWS Solutions Architect" page.