AWS SAA-C03 prep, adaptive plan with ARIA
The AWS Certified Solutions Architect Associate (SAA-C03) is 130 minutes, 65 questions, 72 percent to pass, and the second most popular AWS certification in the world. I prep you for it with a 25-question adaptive evaluation, a personalized roadmap sized to your gaps, a daily task engine, and a pass guarantee tied to five measurable conditions. Finish the roadmap, hit the readiness conditions, sit the exam, fail, get a full refund of the Exam Ready plan. Start your free CAT evaluation at claudelab.me/onboarding/select-cert?code=SAA-C03.
TL;DR
- 130 minutes, 65 questions, 72 percent passing score, four domains weighted 30 / 26 / 24 / 20.
- I open with a 15-to-25-question CAT eval that lands a domain-by-domain skill estimate, not a single percentage.
- Your roadmap is generated from that estimate: more milestones on weak domains, fewer on strong ones, sequenced worst-to-best.
- Every wrong answer goes into an error backlog and resurfaces at the right interval until the pattern breaks.
- Pass-guarantee eligibility is checked by a database function with five mechanical conditions, not a marketing line.
What the SAA-C03 exam is
SAA-C03 is the current AWS Certified Solutions Architect Associate exam (current as of 2026). It tests your ability to design secure, resilient, performant, and cost-optimized architectures on AWS at the associate level. 65 questions, 130 minutes, scaled passing score 720 out of 1000 (about 72 percent), multiple choice and multiple response. No lab segment; every question is scenario-based.
The blueprint splits into four domains:
| Domain | Weight | What it covers |
|---|---|---|
| Design Secure Architectures | 30% | IAM (users, roles, policies, conditions), VPC security (security groups, NACLs, endpoints), data protection (KMS, ACM, encryption at rest and in transit), security services (GuardDuty, Macie, Shield, WAF). |
| Design Resilient Architectures | 26% | Multi-tier architecture, high availability (Multi-AZ, ELB, Auto Scaling), disaster recovery (RTO / RPO, backup, pilot-light vs warm-standby), decoupling (SQS, SNS, EventBridge, Step Functions). |
| Design High-Performing Architectures | 24% | Storage tiers (S3, EBS, EFS, FSx), compute scaling (EC2 families, Lambda, Auto Scaling), database choice (RDS, Aurora, DynamoDB, ElastiCache), networking performance (CloudFront, Global Accelerator, Direct Connect). |
| Design Cost-Optimized Architectures | 20% | Cost-effective storage (lifecycle policies, Intelligent-Tiering, Glacier), cost-effective compute (Spot, Reserved, Savings Plans), cost optimization strategies (right-sizing, Cost Explorer, Budgets). |
The weights matter for prep allocation. A roadmap that spends equal time on each domain wastes about a third of your study window. I do not.
How ARIA preps you for it
ARIA owns your SAA-C03 prep end to end. Five pieces, each one running every day you are in the program.
The CAT evaluation. Your first session is a 15-to-25-question adaptive test that converges on your real skill level for each of the four SAA-C03 domains. Difficulty adjusts after every answer. The test stops at 95 percent confidence or 25 questions, whichever comes first. The output is a domain-by-domain estimate that decides what your roadmap looks like. Read the full CAT explainer for the mechanics.
The personalized roadmap. The moment the eval closes, I generate three to five phases sequenced from your weakest SAA-C03 domain to your strongest, each with two to four milestones. Milestone count scales with starting level: novice on Domain 1 (Security) gets the most milestones; proficient on Domain 4 (Cost) gets the fewest. Generic plans waste weeks because the four domains are not symmetrical in difficulty for any given learner. Full structure: the roadmap overview.
The daily task engine. Every time you reopen the app, I pick the next thing to work on, today. One task. Not a list. The engine weighs active milestone, error backlog, readiness decay, and schedule drift, then surfaces the single highest-value action. Roadmap tasks advance milestones; free-play tasks improve readiness but do not.
The error backlog. Every wrong answer on a SAA-C03 question is tagged with the trap pattern, domain, and topic, then queued for return at increasing intervals (1 day, 3 days, 7 days, 21 days). You do not manage decks. I do. The pattern retires only after three correct answers in a row, spaced.
The readiness score. A single 0-to-100 number that estimates your probability of passing SAA-C03 today. It blends coverage, accuracy, and recency, and decays roughly 3 points per day of inactivity past the grace window. At 60 it unlocks the demo test, at 80 the gauntlet. With every milestone done, two mock passes, one gauntlet pass, and live readiness at 80, the pass guarantee flips eligible.
Common pitfalls on SAA-C03
These five questions quietly cost the most points on this exam. Every prep tool calls them out. Few do anything structural about them. I do.
1. Security Groups (stateful) vs NACLs (stateless)
The trap: Security Groups auto-allow return traffic; NACLs do not. NACLs are evaluated in numbered order and apply to subnets; Security Groups apply to ENIs. Under exam pressure, the stateful / stateless distinction collapses, and candidates pick the answer that locks legitimate traffic out.
What I do about it: every miss tags the trap pattern, and the backlog ships variants back into your queue (ephemeral port handling, allow-vs-deny structure, subnet-vs-ENI scope) until you stop reaching for the wrong object.
2. RDS Multi-AZ (HA) vs Read Replicas (performance)
The trap: both involve a second copy and replication, so AWS can write the question to make either look right. Multi-AZ is failover, synchronous, standby not readable. Read Replicas are read throughput, asynchronous, many across regions. The exam loves "high availability AND read scaling" stems with a single best answer.
What I do about it: the moment you miss this pair once, the backlog injects the dual-requirement scenario every cycle. You do not complete the Domain 2 database milestone until you split the two purposes cold.
3. SQS Standard vs FIFO
The trap: Standard is near-unlimited throughput with at-least-once delivery and best-effort ordering. FIFO is exactly-once with strict ordering, but throughput is capped (300 messages per second without batching, 3000 with). Candidates pick FIFO on "high throughput AND ordering" stems where Standard with deduplication is the right answer.
What I do about it: I drill the throughput numbers explicitly and tag every miss as a decoupling-pattern trap. The retry interval gets shorter every time you miss it, not longer.
4. S3 storage class transitions
The trap: lifecycle questions require the minimum-days rules (Standard to IA needs 30 days, IA enforces a 30-day minimum, Glacier and Deep Archive carry their own minimums and retrieval costs). The exam writes stems where a proposed transition is actually disallowed by those rules.
What I do about it: every miss surfaces a constraint table on the explanation card, and the backlog brings back transition edge cases (Intelligent-Tiering opt-outs, archived-object retrieval, cross-region lifecycle) until the constraints stop being a guess.
5. IAM policy evaluation, explicit deny wins
The trap: explicit deny always overrides explicit allow. SCPs, identity policies, resource policies, and permission boundaries all interact, and the exam writes scenarios where one allow looks decisive but a deny anywhere in the chain blocks the action. Reading each policy in isolation gives the wrong outcome.
What I do about it: IAM policy evaluation is the single highest-value trap on this exam. The backlog tags identity-vs-resource interactions, explicit-deny precedence, condition keys, and permission boundaries as separate sub-patterns and rotates them. You do not move past the Domain 1 IAM milestone until the chain logic is automatic.
Common questions
How long does AWS SAA-C03 take and what is the passing score?
The AWS SAA-C03 exam runs 130 minutes with 65 questions, and the passing score is 72 percent on a scaled scale to 1000. The exam version covered here is current as of 2026.
Do I need hands-on AWS experience to pass SAA-C03?
AWS recommends one year of hands-on experience, but I have shipped users with no console time at all. The CAT evaluation tells me where you are, then the roadmap chooses scenarios that build pattern recognition for the question style, not lab muscle memory. The exam tests architecture decisions, not button clicks.
How is ClaudeLab different from Tutorials Dojo or Whizlabs for SAA-C03?
Tutorials Dojo and Whizlabs sell question banks. I run a measured baseline, build you a personalized roadmap, pick your task each day, schedule wrong answers back at the right interval, and track a single readiness number that says whether to sit the exam. The output is a probability of passing, not a completion percentage. The longer comparison lives in chatbot vs adaptive tutor for SAA-C03.
How fast can I be ready for SAA-C03 with ClaudeLab?
Median time-to-ready for SAA-C03 sits between four and eight weeks, depending on your CAT baseline and your daily-study-minutes preference. A novice on three or more domains gets the longest plan; someone who already works with VPCs and IAM lands closer to four weeks. The roadmap is sized from your evaluation, not a marketing window.
Does the pass guarantee really cover SAA-C03?
Yes, with five measurable conditions: every milestone completed, every phase completed, two mock exams passed at 72 percent or higher, one gauntlet passed at 80 percent or higher, and a live readiness score of 80 or above. If those are true, you sit the exam in the 60-day window, and you do not pass, you get a full refund of the Exam Ready plan. The full mechanics live on the pass guarantee page.
How does ARIA handle the SAA-C03 IAM policy evaluation traps?
Every wrong answer on IAM policy logic goes into the error backlog with the trap pattern tagged: identity vs resource policy interaction, explicit deny precedence, condition keys, and permission boundaries. The backlog resurfaces those scenarios at increasing intervals until you stop missing them. I do not move you forward on Domain 1 until the pattern is broken.
What does the daily task engine look like for SAA-C03?
One card. The Today Task card shows the single highest-value thing right now: a roadmap session on the active milestone, an error-backlog drill on a recurring trap, a mock segment if you are deep into Phase 3, or a recovery message if you went quiet.
Start your AWS SAA-C03 prep
The cheapest possible signal is the 15-minute CAT evaluation. It tells you which of the four SAA-C03 domains you actually own, which one will cost you the exam if you sit it tomorrow, and where the roadmap starts. After that, you decide whether to commit.
Start your free SAA-C03 evaluation at claudelab.me/onboarding/select-cert?code=SAA-C03.
Background reading: the AI cert prep guide covers the four categories of AI prep tools, and readiness and decay explains the score that drives the experience.