Welcome to the AWS Learn repository! This repo is designed to help you prepare effectively for the AWS Certified Solutions Architect – Associate exam by organizing important concepts, study notes, cheat sheets, and practice materials in one place.
aws-learn/
├── services/
│ ├── lambda.md
│ ├── ec2.md
│ ├── s3.md
│ ├── vpc.md
│ ├── rds.md
│ ├── dynamodb.md
│ ├── cloudfront.md
│ ├── iam.md
│ ├── elb.md
│ ├── efs.md
│ ├── s3-glacier.md
│ ├── elasticache.md
│ ├── sns-sqs.md
│ ├── api-gateway.md
│ ├── cloudwatch.md
│ ├── autoscaling.md
│ ├── route53.md
│ ├── cloudformation.md
│ └── elastic-beanstalk.md
├── exam/
│ ├── cheat-sheet.md
│ ├── scenario-questions.md
│ ├── practice-exams.md
│ └── whitepapers.md
├── architecture/
│ ├── high-availability.md
│ ├── fault-tolerance.md
│ ├── cost-optimization.md
│ └── security-best-practices.md
└── README.md
- services/: Learn key AWS services individually. Each
.mdfile breaks down core concepts, features, examples, and exam-relevant details. - exam/: Contains cheat sheets, mock exams, typical scenario questions, and summaries of official AWS whitepapers to help reinforce learning and practice exam-style questions.
- architecture/: Focuses on AWS architectural best practices including high availability, fault tolerance, cost optimization, and security considerations — critical for the Solutions Architect exam.
- README.md: This guide to help you navigate and contribute.
- Start by reading through the service notes under
services/. - Use the cheat sheets and exam guides to revise key points.
- Attempt mock exams and practice questions often.
- Review AWS whitepapers summarized under
exam/whitepapers.md. - Explore architectural topics and best practices especially for designing secure and scalable systems.
- Make your own notes and add them here as you study!
- Official AWS Certification website: https://aws.amazon.com/certification/certified-solutions-architect-associate/
- AWS Training and Learning Library: https://www.aws.training/learninglibrary
- Tutorials Dojo Practice Exams (highly recommended)
- AWS Well-Architected Framework documentation
Good luck on your journey to becoming an AWS Certified Solutions Architect – Associate! Feel free to contribute or suggest additions to enhance this repo.
Last Updated: October 2025