The AWS Certified Solutions Architect Associate (SAA-C03) is the most popular cloud certification in the world, and passing it in 2026 still moves the needle on your salary and your job prospects. The problem is that most candidates either over-study one area, skip the hands-on practice, or walk in having never seen a realistic scenario question. This guide fixes that with a structured eight-week study plan to pass the AWS Solutions Architect Associate exam, built around the four exam domains and the way AWS actually tests them.
If you can commit six to eight hours a week, eight weeks is a realistic timeline to go from a working knowledge of AWS to a confident pass. This plan tells you what to study, in what order, and how to practise so you walk in prepared rather than hopeful.
What the SAA-C03 Exam Actually Tests
The SAA-C03 is not a memory test. It is a judgement test. Almost every question is a short scenario that asks you to pick the best architecture given a constraint, usually security, resilience, performance or cost. The answers are often all technically valid, so you are choosing the option that best fits AWS Well-Architected principles.
Here are the current exam facts you need to plan around.
Exam Tip: The SAA-C03 has 65 questions (50 scored, 15 unscored), runs for 130 minutes, and is scored on a scale of 100 to 1,000 with a minimum passing score of 720. The exam costs 150 USD and the certification is valid for three years.
The exam uses multiple-choice (one correct answer) and multiple-response (two or more correct answers) questions. Scoring is compensatory, which means you do not need to pass each domain individually. You only need to clear the overall scaled score of 720, so a weak domain can be carried by stronger ones.
The Four SAA-C03 Domains and Their Weights
The whole exam is organised around four domains. The percentages tell you exactly where to spend your study time.
| Domain | Focus | Exam weight |
|---|---|---|
| 1. Design Secure Architectures | IAM, encryption, network security, data protection | 30% |
| 2. Design Resilient Architectures | High availability, fault tolerance, decoupling, backups | 26% |
| 3. Design High-Performing Architectures | Scalable compute, storage, databases, caching | 24% |
| 4. Design Cost-Optimised Architectures | Right-sizing, storage tiers, pricing models | 20% |
Domain 1 (Security) is the single largest slice at 30%, and it is the one candidates most often underweight. If you take nothing else from this plan, give security the time it deserves.
Before You Start: Set Your Baseline
You do not need to be an AWS expert to begin, but a little context makes the eight weeks far smoother. If you have never touched the AWS console, spend a weekend getting comfortable before week one: create a free-tier account, set up a budget alert so you never get a surprise bill, and enable multi-factor authentication on your root user.
You should also decide on your core resources now so you are not shopping for materials mid-plan. A solid setup is one video course or written study guide for the concepts, the official AWS exam guide for the domain breakdown, and a large bank of scenario practice questions for the final weeks. Practising realistic questions is the part most people skip, and it is the part that decides whether you pass. You can build that habit with CertCrush practice questions from day one rather than cramming them at the end.
The 8-Week SAA-C03 Study Plan
This plan front-loads the heaviest domains and back-loads practice exams so your final fortnight is spent fixing weaknesses, not discovering them. Aim for roughly one to one and a half hours on weekdays and a longer block at the weekend.
Week 1: AWS Core and the Global Infrastructure
Start with the mental model the whole exam rests on. Learn how Regions, Availability Zones and edge locations relate, and why spreading resources across Availability Zones is the foundation of resilience.
- Regions, Availability Zones, edge locations and how they affect latency and resilience.
- The shared responsibility model (what AWS secures versus what you secure).
- IAM basics: users, groups, roles and policies.
- A first look at the AWS Well-Architected Framework pillars.
By the end of week one you should be able to explain, in one sentence each, what every Well-Architected pillar is for.
Week 2: Identity and Security (Domain 1, Part 1)
Security is 30% of the exam, so it gets two weeks. This week is about identity and access.
- IAM roles versus users, and why roles are preferred for workloads.
- IAM policy evaluation: explicit deny, allow and the principle of least privilege.
- Cross-account access and identity federation.
- AWS Organizations and Service Control Policies (SCPs).
Exam Tip: When a question mentions an application running on EC2 that needs to access S3, the correct answer is almost always an IAM role attached to the instance, never hard-coded access keys.
Week 3: Data Protection and Network Security (Domain 1, Part 2)
Finish security with how data and networks are protected.
- Encryption at rest and in transit, and the role of AWS KMS.
- S3 security: bucket policies, block public access, and access points.
- VPC security: security groups (stateful) versus network ACLs (stateless).
- Edge protection with AWS WAF, Shield and CloudFront.
Make sure you can clearly explain the difference between a security group and a network ACL. It is one of the most reliably tested distinctions on the exam.
Week 4: Resilient Architectures (Domain 2)
This is the 26% domain, all about keeping workloads running when something fails.
- Designing for high availability across multiple Availability Zones.
- Decoupling with SQS, SNS and EventBridge.
- Elastic Load Balancing and Auto Scaling groups.
- Backup, disaster recovery strategies and Amazon RDS Multi-AZ versus read replicas.
Exam Tip: Multi-AZ is for high availability and automatic failover. Read replicas are for scaling read performance. Questions frequently test whether you know which one solves the stated problem.
Week 5: High-Performing Architectures (Domain 3)
The 24% domain covers choosing the right scalable service for the job.
- Compute choices: EC2, Lambda, containers (ECS and EKS) and when to use each.
- Storage performance: EBS volume types, instance store, EFS and FSx.
- Database selection: RDS, Aurora, DynamoDB and ElastiCache.
- Caching and content delivery with CloudFront and ElastiCache.
The skill being tested here is matching a workload pattern to the right service, so focus on the trade-offs rather than memorising every specification.
Week 6: Cost-Optimised Architectures (Domain 4)
The smallest domain at 20%, but easy marks if you know the pricing models.
- EC2 pricing: On-Demand, Reserved Instances, Savings Plans and Spot.
- S3 storage classes and lifecycle policies (Standard, Infrequent Access, Glacier tiers).
- Right-sizing, and using managed services to cut operational cost.
- Cost monitoring with AWS Budgets, Cost Explorer and the Cost and Usage Report.
Exam Tip: For "most cost-effective" questions with a steady, predictable workload, the answer usually involves Reserved Instances or a Savings Plan. For spiky or fault-tolerant batch work, think Spot Instances.
Week 7: Hands-On Labs and Integration
Reading about services is not the same as using them. Spend this week building, because hands-on work turns abstract diagrams into knowledge that survives a tricky question.
- Build a VPC with public and private subnets, a NAT gateway and route tables.
- Deploy EC2 instances behind an Application Load Balancer with an Auto Scaling group.
- Create an S3 bucket with versioning, lifecycle rules and a Lambda event trigger.
- Stand up an RDS Multi-AZ database and a DynamoDB table, then connect a workload to each.
Tear everything down afterwards to avoid charges. The goal is to have touched every major service so the exam scenarios feel familiar.
Week 8: Practice Exams and Weak-Spot Drilling
The final week is pure exam readiness. Do not learn new material now. Consolidate.
- Sit at least two or three full-length, timed practice exams.
- Review every question you get wrong and, just as importantly, every one you guessed.
- Re-read the AWS exam guide and confirm you can speak to each domain task.
- Drill your weakest domain with focused question sets until your scores stabilise above 80%.
Exam Tip: Aim to consistently score 80% or higher on quality practice exams before you book your real attempt. The actual exam tends to feel slightly harder than easy question banks, so leave yourself a margin.
How to Answer SAA-C03 Scenario Questions
The exam rewards a repeatable decision process more than raw recall. When you read a scenario, identify the keyword that signals the constraint, then let Well-Architected guide your choice.
- "Highly available" or "fault tolerant" points to Multi-AZ, load balancing and Auto Scaling.
- "Most secure" points to least-privilege IAM, encryption and private networking.
- "Most cost-effective" points to the right pricing model and storage tier.
- "Decouple" or "asynchronous" points to SQS, SNS or EventBridge.
- "Managed" or "least operational overhead" usually points to a serverless or fully managed service over a self-managed one.
If two answers both work, pick the one that AWS would recommend in the Well-Architected Framework. Security and reliability beat raw cost unless the question explicitly prioritises cost.
Common Mistakes That Fail Candidates
Most failed attempts come down to a handful of avoidable errors.
- Under-studying security. It is 30% of the exam, yet candidates spend most of their time on compute.
- Skipping hands-on labs. You cannot reason about a service you have never configured.
- Memorising instead of understanding trade-offs. The exam tests judgement, not flashcard recall.
- Using only easy practice questions. Low-quality banks build false confidence. Use scenario-based questions that mirror the real format.
- Mismanaging time. With roughly two minutes per question, flag the hard ones, answer everything (there is no penalty for guessing), and return at the end.
Is the SAA-C03 Worth It in 2026?
Yes, and the numbers back it up. The Solutions Architect Associate remains one of the highest-value cloud certifications, with job postings requiring it up sharply year on year and salaries in the United States clustering around 135,000 to 160,000 USD, and roughly 72,000 to 85,000 GBP in the United Kingdom. For a 150 USD exam and eight focused weeks, the return is hard to beat.
If you are still weighing your options, our guide to the best IT certifications for 2026 puts SAA-C03 in context against other in-demand credentials, and if you are coming from a security background, you may also want to see how it sits alongside the AWS AI Practitioner certification.
Ready to Start Practising?
A study plan only works if you test yourself against realistic questions, and that is exactly where CertCrush helps. Our SAA-style scenario questions mirror the wording, difficulty and trade-off logic of the real exam, so by exam day the format feels routine rather than intimidating.
Create your free CertCrush account and start drilling SAA-C03 practice questions today, then explore the full course library to keep your momentum going. Follow this eight-week plan, put the hours in, and you will walk into your AWS Solutions Architect Associate exam ready to pass.