Back to Blog
Career12 min readMar 2026

How to Pass the AWS Solutions Architect Exam in 8 Weeks

A week-by-week study plan built from 350+ mentoring sessions. Covers which domains actually appear, what to skip, and the exact question patterns that trip candidates.

AWSCertificationCareerSAA-C03
SB

Sri Balaji

Founder · TheSimplifiedTech

What the exam actually tests

The SAA-C03 (Solutions Architect Associate) exam has 65 questions, 130 minutes, and a passing score of 720/1000. It tests four domains: Design Secure Architectures (30%), Design Resilient Architectures (26%), Design High-Performing Architectures (24%), and Design Cost-Optimized Architectures (20%). The exam is scenario-based — you won't be asked to define EC2, you'll be asked to choose between four architectures for a specific business requirement.

Note

The most common failure mode: memorizing services instead of understanding trade-offs. Every wrong answer in the exam is designed to be plausible. You need to know *why* the right answer is right.

The 8-week plan

Weeks 1–2: IAM, VPC, EC2, S3 — the non-negotiable foundation. Every question touches one of these. Weeks 3–4: RDS, DynamoDB, ElastiCache, SQS, SNS — data and messaging. Weeks 5–6: CloudFront, Route 53, ELB, Auto Scaling, Lambda — scale and availability. Week 7: Practice exams only — Tutorials Dojo has the best question bank. Identify weak domains. Week 8: Review flagged topics, light revision, no new content. Exam day: read every option before answering, eliminate obviously wrong answers first.

The services that appear most (and what to know about each)

S3: storage classes (Standard, IA, Glacier), lifecycle policies, cross-region replication, presigned URLs, bucket policies vs ACLs. VPC: public vs private subnets, NAT Gateway vs NAT Instance, Security Groups vs NACLs, VPC Peering vs Transit Gateway vs VPN. RDS: Multi-AZ vs Read Replicas (this distinction is in almost every exam), Aurora Serverless, parameter groups. Lambda: concurrency limits, cold starts, execution role vs resource policy, event sources.

Pro tip

Multi-AZ = high availability (automatic failover). Read Replica = performance (horizontal read scaling). Getting these confused is the #1 reason people fail database questions.

What to skip (yes, seriously)

Don't go deep on: Outposts (rarely appears), Snow Family (surface-level only), Wavelength (very rare), AppSync (1-2 questions max), WorkSpaces/AppStream (non-core). The opportunity cost of deep-diving niche services is not studying IAM policies or VPC architecture, which appear in 40%+ of questions.

The mindset shift that changes everything

Stop asking 'what does this service do?' Start asking 'when would I choose this service over a similar one, and why?' The exam gives you four good options. Three of them work. One of them is optimal for the specific constraints in the scenario. Cost? Use S3 Standard-IA. Speed at scale? Use DynamoDB over RDS. Event-driven? Lambda over EC2. Multi-region failover? Route 53 with health checks + CloudFront. Build a decision tree, not a glossary.

Want to go deeper?

This article covers concepts taught hands-on in the Cloud Engineer and DevOps career paths — with real terminal labs, production scenarios, and structured lessons.