How to Pass AWS SAA-C03 in 2026: The Complete Study Plan
A proven 8-week study plan to pass the AWS Solutions Architect Associate exam on your first attempt.

Table of Contents
So You Want to Be an AWS Solutions Architect
I remember staring at the AWS console for the first time, completely overwhelmed. Hundreds of services, cryptic acronyms, and a certification exam that expects you to know how they all fit together. The AWS Solutions Architect Associate (SAA-C03) felt impossible.
Fast forward eight weeks of focused study, and I passed with a score well above the 720 threshold. Not because I'm some cloud genius, but because I had the right plan.
Here's the thing about the SAA-C03: it's not about memorizing every AWS service. It's about understanding when to use what and why. The exam tests your ability to design architectures that are secure, resilient, performant, and cost-effective. That's a skill you can learn systematically.
This guide is the exact study plan I wish I'd had from day one. No fluff, no theory-only advice. Just what works.
Why Most Study Plans Fail
Before diving into the plan, let me tell you why most people fail the SAA-C03. It's rarely about intelligence or work ethic. It's about approach.
Problem #1: All theory, no hands-on. Reading about EC2 instance types is not the same as launching one, configuring a security group, and connecting it to an RDS database. The exam is packed with scenario questions that assume you've actually used AWS.
Problem #2: Studying services in isolation. The exam doesn't ask "What is S3?" It asks "A company needs to store 50TB of data with infrequent access and cross-region replication. Which storage solution is most cost-effective?" You need to understand how services work together.
Problem #3: Ignoring the domain weights. People spend equal time on all topics. But Design Secure Architectures is worth 30% while Cost Optimization is 20%. Your study time should reflect these weights.
Problem #4: Not taking enough practice exams. Practice questions teach you the exam's language, its logic patterns, and where your blind spots are. If you're not doing at least 500 practice questions before the exam, you're leaving points on the table.
SAA-C03 Exam at a Glance
SAA-C03 Quick Facts
| Detail | Info |
|---|---|
| Exam code | SAA-C03 |
| Number of questions | 65 (50 scored + 15 unscored) |
| Time limit | 130 minutes |
| Passing score | 720 / 1000 |
| Exam fee | $150 USD |
| Pass rate (estimated) | ~70% |
| Format | Multiple choice & multiple response |
| Validity | 3 years |
The SAA-C03 covers four domains, each with a specific weight:
- Design Secure Architectures (30%) - IAM, encryption, VPC security, compliance
- Design Resilient Architectures (26%) - High availability, fault tolerance, disaster recovery
- Design High-Performing Architectures (24%) - Compute, storage, networking, database optimization
- Design Cost-Optimized Architectures (20%) - Cost-effective resources, pricing models, right-sizing
Notice that security is the biggest domain. If you nail security, you've already covered almost a third of the exam.
The 8-Week Study Plan
This plan assumes 1.5-2 hours of study per day on weekdays and 3-4 hours on weekends. That's roughly 100 hours total. Adjust the timeline if you can dedicate more or less time, but don't cut corners on the content.
Weeks 1-2: Secure Architectures (Domain 1 - 30%)
Start with the heaviest domain. Security is foundational to everything else in AWS.
What to study:
- IAM deep dive: Users, groups, roles, policies (JSON syntax), cross-account access, federation
- VPC security: Security groups vs NACLs, VPC endpoints (gateway vs interface), PrivateLink, VPN, Direct Connect
- Encryption: KMS (CMKs, key rotation), SSE-S3 vs SSE-KMS vs SSE-C, in-transit encryption (TLS/SSL)
- Compliance: AWS Artifact, CloudTrail, Config, GuardDuty, Security Hub
Hands-on labs:
- Create a VPC with public and private subnets from scratch
- Set up IAM roles for cross-account access
- Enable CloudTrail logging and create a Config rule
- Encrypt an S3 bucket with KMS and test access policies
Take a free SAA-C03 practice test at the end of Week 2 to establish your baseline. Don't worry if you score low. You're just getting started.
Weeks 3-4: Resilient Architectures (Domain 2 - 26%)
This domain tests your ability to design systems that survive failures. AWS loves questions about multi-AZ deployments, auto scaling, and disaster recovery.
What to study:
- Compute resilience: Auto Scaling groups (target tracking, step scaling), launch templates, Elastic Load Balancers (ALB vs NLB vs GLB)
- Database resilience: RDS Multi-AZ, Aurora global databases, DynamoDB global tables, read replicas vs Multi-AZ
- Storage resilience: S3 versioning, cross-region replication, S3 Glacier for backups, EFS vs FSx
- Disaster recovery: Backup & restore, pilot light, warm standby, multi-site active/active (know the RPO/RTO tradeoffs)
- Decoupling: SQS (standard vs FIFO), SNS, EventBridge, Step Functions
Hands-on labs:
- Deploy a multi-AZ web application with ALB and Auto Scaling
- Set up RDS Multi-AZ failover and test it
- Configure S3 cross-region replication
- Build an SQS-based decoupled architecture
Pro Tip: The "What Happens When..." Framework
For every architecture you build, ask yourself: "What happens when this component fails?" If you can't answer that question, you don't understand the architecture well enough. The exam loves failure scenario questions.
Weeks 5-6: High-Performing Architectures (Domain 3 - 24%)
Performance optimization is about choosing the right tool for the job. The exam tests whether you understand the performance characteristics of different AWS services.
What to study:
- Compute: EC2 instance families (when to use compute-optimized vs memory-optimized), Lambda concurrency, ECS vs EKS vs Fargate, placement groups
- Storage performance: EBS volume types (gp3 vs io2 vs st1), S3 transfer acceleration, S3 Select, storage gateway
- Database performance: DynamoDB (partition keys, GSI/LSI, DAX), ElastiCache (Redis vs Memcached), Aurora Serverless, Redshift
- Networking: CloudFront, Global Accelerator, Route 53 routing policies, VPC peering vs Transit Gateway
Hands-on labs:
- Set up a CloudFront distribution for an S3 static website
- Compare EBS volume types with benchmarking
- Create a DynamoDB table with GSI and test query patterns
- Configure Route 53 with weighted and failover routing
Weeks 7-8: Cost Optimization (Domain 4 - 20%) + Full Review
Cost optimization is the smallest domain but full of tricky questions. AWS wants architects who save money, not just build things.
What to study:
- EC2 pricing: On-Demand vs Reserved (Standard, Convertible, Scheduled) vs Spot vs Savings Plans
- Storage costs: S3 storage classes (Standard, IA, One Zone-IA, Intelligent-Tiering, Glacier, Glacier Deep Archive), lifecycle policies
- Data transfer costs: Same-region free, cross-region charges, VPC endpoints to avoid NAT gateway costs
- Cost management tools: AWS Cost Explorer, Budgets, Trusted Advisor, Compute Optimizer
- Right-sizing: CloudWatch metrics for identifying underutilized resources
Final two weeks strategy:
- Week 7: Study cost optimization + review weak areas from practice tests
- Week 8: Full practice exams only. Take at least 3-4 timed practice exams of 65 questions
Target score: consistently 80%+ on practice exams before scheduling the real thing. If you're below 75%, push back the exam date and spend more time on your weak domains.
Key Topics You Must Master
Based on exam feedback from hundreds of test-takers, these are the topics that appear most frequently on the SAA-C03:
VPC Networking
You will get multiple VPC questions. Understand subnets (public vs private), route tables, internet gateways, NAT gateways, VPC endpoints, security groups vs NACLs, VPC peering, and Transit Gateway. Draw the architecture diagrams until you can do it from memory.
EC2 and Auto Scaling
Know instance types at a high level (when to use T3 vs C5 vs R5 vs M5). Understand launch templates, Auto Scaling policies, and how ALB health checks integrate with Auto Scaling groups.
S3 Deep Dive
S3 is everywhere on this exam. Know all storage classes, lifecycle policies, versioning, replication, encryption options, bucket policies vs ACLs, pre-signed URLs, and S3 event notifications.
IAM and Security
IAM policies (identity-based vs resource-based), IAM roles for EC2 instances, cross-account access with STS AssumeRole, AWS Organizations with SCPs, and federation (SAML, Cognito).
Database Services
RDS (Multi-AZ vs read replicas), Aurora (global databases, Serverless), DynamoDB (partition keys, capacity modes, DAX, global tables), ElastiCache, and Redshift. Know when to use relational vs NoSQL.
Serverless
Lambda (concurrency, timeout limits, integration with API Gateway), Step Functions, SQS, SNS, EventBridge, and DynamoDB. Serverless architecture questions are increasingly common.
Common Mistakes to Avoid
Mistake #1: Skipping hands-on practice
The AWS Free Tier gives you 12 months of access to core services. Use it. Reading about VPCs is not the same as building one. The exam scenarios are much easier to parse when you've actually worked with the services.
Mistake #2: Memorizing service names without understanding use cases
Don't just know that AWS Glue exists. Know that it's a serverless ETL service for data integration. The exam tests when to use a service, not what it is.
Mistake #3: Ignoring the "most cost-effective" questions
When a question says "most cost-effective," the technically best solution is usually wrong. Look for the cheapest option that still meets all requirements. Spot Instances, S3 lifecycle policies, and Reserved Instances are common cost-optimization answers.
Mistake #4: Not reading the full question
AWS loves to include key constraints in the last sentence. "The company requires the lowest possible latency" or "The solution must be serverless" completely changes the correct answer. Read every word.
Mistake #5: Spending too much time on one question
You have 130 minutes for 65 questions. That's 2 minutes per question. If you're stuck, flag it and move on. Come back with fresh eyes during your review pass.
Study Resources That Work
Video Courses
- Stephane Maarek's SAA-C03 course (Udemy): Best overall course. Clear explanations, well-structured, regularly updated. Wait for a Udemy sale ($12-15).
- Adrian Cantrill's SAA-C03 course: More in-depth with excellent hands-on demos. Best for visual learners who want deep understanding.
- AWS Skill Builder: Free official content with hands-on labs. The "Exam Prep" course is worth doing.
Practice Exams
- ExamCert SAA-C03 Practice Tests: Free practice questions with detailed explanations. Use the mobile app to practice during commutes.
- Tutorials Dojo (Jon Bonso): Gold standard for practice exams. Closest to real exam difficulty. Get the timed-mode set.
- AWS Official Practice Exam: 20 free questions from AWS. Take this last as a final check.
Hands-on Practice
- AWS Free Tier: 12 months of free access to core services. Build everything you study.
- AWS Well-Architected Labs: Free, self-paced labs directly from AWS covering all pillars.
Quick Reference
- AWS Cheat Sheets (Tutorials Dojo): Quick-reference guides for every service. Great for last-minute review.
- AWS Documentation FAQs: Read the FAQs for S3, EC2, VPC, RDS, Lambda, and DynamoDB. Exam questions are sometimes pulled directly from these.
Exam Day Tips
Before the Exam
- Stop studying 24 hours before. Cramming doesn't work for scenario-based exams. Let your brain consolidate what you've learned.
- Get a full night's sleep. You need 130 minutes of focused concentration. Fatigue kills performance.
- Arrive early (or set up your testing environment early for online proctoring). Last-minute tech issues or check-in delays add unnecessary stress.
During the Exam
- First pass: Answer every question you're confident about. Flag anything that takes more than 2 minutes.
- Second pass: Return to flagged questions with fresh eyes. Often, other questions will trigger relevant knowledge.
- Elimination strategy: Most questions have 2 obviously wrong answers and 2 plausible ones. Eliminate first, then decide between the remaining options.
- Read the question stem carefully. Look for keywords: "MOST cost-effective," "LEAST operational overhead," "serverless," "real-time." These constraints determine the correct answer.
- Don't change answers unless you have a specific reason. Your first instinct is usually right.
After the Exam
You'll see "Pass" or "Fail" on screen immediately. Your detailed score report arrives within 5 business days via your AWS Certification account. If you pass, your digital badge appears on Credly within a week.
Ready to Start Practicing?
Test your knowledge with free AWS SAA-C03 practice questions
Try Free SAA-C03 Practice TestFrequently Asked Questions
How long does it take to pass AWS SAA-C03?
Most candidates need 8-12 weeks of focused study (1-2 hours daily). If you already have hands-on AWS experience, 4-6 weeks may be enough. Complete cloud beginners should plan for 12-16 weeks and consider taking AWS Cloud Practitioner (CLF-C02) first.
What is the passing score for AWS SAA-C03?
The passing score is 720 out of 1000. AWS uses a scaled scoring model, so the difficulty of questions affects your final score. You need to answer approximately 70-75% of questions correctly to pass, though this varies by exam form.
Is AWS Solutions Architect Associate hard?
It is considered moderately difficult. The pass rate is around 70%. The exam tests both breadth and depth across AWS services, requiring you to design architectures that are secure, resilient, high-performing, and cost-optimized. Hands-on experience with AWS significantly improves your chances.
Can I pass SAA-C03 without hands-on experience?
Technically yes, but it is much harder. The exam is heavily scenario-based and tests real-world architecture decisions. At minimum, use the AWS Free Tier to practice with core services like EC2, S3, VPC, IAM, and RDS. Labs and hands-on projects make concepts stick far better than reading alone.
What are the best study resources for AWS SAA-C03?
The most recommended resources include:
- Stephane Maarek's Ultimate AWS Certified Solutions Architect Associate course on Udemy
- Adrian Cantrill's SAA-C03 course
- Tutorials Dojo practice exams by Jon Bonso
- The ExamCert app for mobile practice
- AWS Skill Builder for official labs
Combine video courses with hands-on practice and practice exams for the best results.
Should I get AWS Cloud Practitioner before Solutions Architect?
It depends on your background. If you are new to cloud computing, Cloud Practitioner (CLF-C02) provides a solid foundation and builds confidence. If you already work with cloud services or have IT experience, you can skip directly to SAA-C03. Many people pass SAA-C03 as their first AWS certification.
Final Thoughts
The AWS Solutions Architect Associate is one of the most valuable cloud certifications you can earn. It opens doors, validates your skills, and forces you to truly understand how cloud architectures work.
But it's not something you can wing. You need a plan, consistent study habits, and plenty of practice. Follow this 8-week guide, do the hands-on labs, take the practice exams, and you'll walk into that testing center confident.
The SAA-C03 is very passable with the right preparation. You've got this.
Looking for more study techniques? Check out our guide on active recall and spaced repetition for science-backed methods that accelerate exam prep.
