Skip to content

khasky/aws-sa-associate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Everything you need to know to become AWS Solutions Architect Associate

Notes and walkthroughs for the AWS Certified Solutions Architect – Associate exam (SAA-C03). The layout follows a short course shape: concepts, how to choose between options, common patterns, and runnable examples under examples/ that you can copy or trim.

Disclaimer: AWS services, quotas, pricing, and exam blueprints change. Always verify critical facts in the AWS Documentation and the official exam guide before the exam or for production design.


Who this is for

  • People studying for SAA-C03 who care about coverage across services and about which service fits a given constraint.
  • Builders who already think in terms of the Well-Architected pillars (security, reliability, performance, cost, operations).

Exam at a glance (SAA-C03)

Item Detail
Format Multiple choice, multiple response
Length 130 minutes (check current official page)
Delivery Pearson VUE testing center or online proctored
Prerequisite None (Associate level)

High-level domain areas (verify weights on AWS)

The blueprint groups skills into four domains (weights are approximate; confirm on AWS):

  1. Design secure architectures: IAM, data protection, secure connectivity.
  2. Design resilient architectures: multi-AZ, backups, fault tolerance.
  3. Design high-performing architectures: scaling, caching, data access patterns.
  4. Design cost-optimized architectures: right-sizing, storage tiers, governance.

How to use this repo

  1. Read Exam blueprint and study plan for pacing, resources, and how questions are usually phrased.
  2. Work through the topic guides in order (02 → 09) or skip to weak areas.
  3. Run or edit examples (CloudFormation, AWS CLI, Python/boto3).

Documentation map

Guide Topics
01 – Exam blueprint & study plan Domains, question style, study schedule
02 – Security, identity & compliance IAM, KMS, Secrets Manager, WAF, Shield, organizations
03 – Networking & edge VPC, load balancing, Route 53, CloudFront, API Gateway
04 – Compute EC2, Auto Scaling, containers, Lambda
05 – Storage S3, EBS, EFS, FSx
06 – Data & databases RDS, Aurora, DynamoDB, caching, analytics overview
07 – Integration & serverless SQS, SNS, EventBridge, Step Functions
08 – Observability & operations CloudWatch, CloudTrail, Systems Manager, deployment
09 – Resilience, patterns & cost Multi-AZ/Region, DR tiers, Well-Architected, cost
10 – Hands-on code reference Links to templates and scripts in examples/
11 – Appendix (glossary & checklists) Quick terms, decision hints, exam-day checklist

Code examples

Location Contents
examples/README.md How to run samples safely
examples/cloudformation/ Sample templates
examples/cli/ AWS CLI patterns
examples/python/ boto3 snippets

Core mindset for the exam

  • Pick the service that fits the stated constraints (RPO/RTO, compliance, latency, cost).
  • Use managed services when they satisfy the requirements so you are not managing undifferentiated infrastructure.
  • Know trade-offs: strong consistency vs. availability, sync vs. async coupling, and similar.
  • Read the stem: region, public vs. private access, and hard requirements (“must use X”).

Official and recommended references


License

Educational content in this repository is provided as-is for learning purposes. AWS is a trademark of Amazon.com, Inc. or its affiliates.

About

Everything you need to know to become AWS Solutions Architect Associate

Topics

Resources

Stars

Watchers

Forks

Contributors