Back to Blog

AWS Solutions Architect Associate Tips 2026: What I Wish I Knew Before the Exam

Practical SAA-C03 tips from someone who passed at the professional level. The topics most candidates underestimate, the exam traps that cost the most points, and how to tilt the odds in your favour.

By Soleyman Shahir · AWS Certified Solutions Architect Professional | Founder, StudyTech
Published May 13, 2026 · Last updated May 13, 2026

Short answer

The SAA-C03 traps that cost most candidates points: confusing ALB vs NLB, getting wrong answers on cross-account IAM, and picking the "most obvious" answer on cost-optimization scenarios when AWS wants the most cost-effective correct answer. Know your trade-offs, not just your service definitions.

Key takeaways

  • SAA-C03 tests trade-offs, not service definitions — knowing what a service does is not enough
  • IAM cross-account access is one of the most failed topics — understand trust policies vs permission policies
  • Every cost-optimization question has one answer that's cheapest and one that's cheapest while meeting the stated requirements — pick the latter
  • The exam rewards eliminating wrong answers as much as picking right ones — two of four options are usually clearly wrong
  • Your first instinct on scenario questions is often wrong — re-read the constraints before answering

StudyTech AI

Finally know when you're ready to pass.

Start Free Assessment

Most SAA-C03 prep guides tell you what to study. This one tells you what actually trips people up in the exam — the question patterns that look easy and aren't, the traps AWS deliberately sets, and the mental models that make the difference between 65% and 85%.

Tip 1: The Exam Tests Trade-offs, Not Definitions

This is the most important thing to internalise before you sit SAA-C03.

Knowing that "ALB is a layer 7 load balancer" is not enough. The exam will give you a scenario with specific requirements — WebSocket connections, static IP addresses, TLS termination, path-based routing — and ask which load balancer fits.

For each of the major service pairs, build a mental trade-off model:

PairWhen to pick the firstWhen to pick the second
ALB vs NLBHTTP/HTTPS, path/host routing, WebSocketTCP/UDP, static IP, lowest latency, non-HTTP
RDS Multi-AZ vs Read ReplicaFailover and high availabilityRead performance, reporting queries
SQS vs SNSOne consumer, decoupling, queue persistenceFan-out to multiple consumers, pub/sub
S3 Standard vs Standard-IA vs GlacierFrequent access vs infrequent access vs archival
CloudFront vs Global AcceleratorCache static content globallyRoute TCP traffic to nearest endpoint

If you can answer "what problem does this service uniquely solve?" for each major service, you'll handle the trade-off questions correctly.

Tip 2: Cross-Account IAM Is Harder Than It Looks

IAM cross-account access appears multiple times in most SAA-C03 exams, and it's consistently one of the most failed topic areas.

The confusion usually comes from mixing up:

Trust policy — who can assume this role (the principal). Set on the role in the trusting account.

Permission policy — what this role can do. The IAM permissions attached to the role.

The process for cross-account access:

  1. Account B creates a role with a trust policy that allows Account A to assume it
  2. Account A attaches a permission to a user/role allowing sts:AssumeRole on that specific role ARN
  3. Account A's user/role calls sts:AssumeRole and receives temporary credentials
  4. Those temporary credentials have the permissions of the role in Account B

Exam questions will give you a broken cross-account setup and ask what's wrong. Almost always it's either a missing trust policy, a missing sts:AssumeRole permission, or a resource-based policy conflict.

Tip 3: "Cost-Optimized" Means Cheapest Solution That Meets ALL Requirements

On cost optimization questions, candidates often pick the absolutely cheapest option without checking whether it actually meets the stated requirements.

Example trap: a scenario asks for the most cost-effective solution for a batch processing workload that cannot tolerate interruption. Spot instances are cheaper than On-Demand, so candidates pick Spot. But Spot instances can be interrupted — if the requirement says "cannot tolerate interruption," Spot is wrong.

The correct pattern: first eliminate options that violate requirements, then pick the cheapest from the remaining options.

Read every cost question twice. Find the constraints before you compare the prices.

Tip 4: "High Availability" Is Not the Same as "Disaster Recovery"

AWS distinguishes between:

High availability: The system stays operational during a failure, usually within a Region. Achieved with Multi-AZ deployments, Auto Scaling, load balancers.

Disaster recovery: The system can recover from a catastrophic regional failure. Requires Multi-Region architecture, cross-region replication, Route 53 failover.

A scenario asking for "high availability" wants Multi-AZ. A scenario asking for "recovery from a Region outage" wants Multi-Region.

Picking a Multi-Region answer for a high availability question is overkill and wrong on the exam, even if it technically works.

Tip 5: The "Existing" Keyword Changes Everything

Watch for scenarios that describe an existing setup and ask how to improve it.

If the scenario says "the company has an existing EC2 fleet," an answer that suggests replacing everything with Lambda might be technically correct but wrong for the exam — the question is asking you to work within the existing constraint.

Similarly, watch for:

  • "Without re-architecting" → rules out major service changes
  • "Minimal operational overhead" → usually favours managed services over self-managed
  • "With the least code changes" → favours approaches that minimise application modifications

These constraints narrow the valid answers significantly. Missing them is one of the most common reasons candidates who know the material still fail.

Tip 6: Eliminate First, Then Pick

On difficult scenario questions, you often can't immediately identify the right answer — but you can immediately eliminate two wrong ones.

Wrong answer patterns to spot:

  • Options that violate an explicit requirement in the scenario
  • Options that suggest something technically impossible (e.g., S3 Standard-IA for a high-frequency access pattern)
  • Options that are correct in isolation but don't work together (e.g., a VPC endpoint that can't reach the target service)
  • Options with obviously wrong service pairings

After eliminating two options, you have a 50/50 choice. At that point, re-read the constraints and look for the keyword that differentiates the two remaining options.

Tip 7: Your Mock Exam Domain Scores Are More Predictive Than Your Overall Score

If you're scoring 75% overall on practice exams but one domain is consistently at 50%, you are at risk of failing despite the overall number.

SAA-C03 domain weights:

  • Design Secure Architectures: 30%
  • Design Resilient Architectures: 26%
  • Design High-Performing Architectures: 24%
  • Design Cost-Optimized Architectures: 20%

A 50% score on the Security domain (30% of the exam) pulls your overall score down by 15 percentage points. Fix the domains, not the overall average.

The Most Efficient Way to Use These Tips

The fastest improvement you can make right now: take a practice exam, score it by domain, and identify whether IAM, load balancers, or cost optimization is your weakest area.

Most candidates know their weak domains intuitively but avoid them because they feel harder. That avoidance is exactly why they keep scoring 68% instead of 80%.

Take the baseline exam. Face the weak domain. Study it with active recall. Retest. That's the loop.

Frequently asked questions

What topics are most important for SAA-C03?

IAM (cross-account access, roles, policies), VPC (subnets, NACLs, security groups, VPC endpoints, Transit Gateway), S3 (storage classes, encryption, replication), EC2 (Auto Scaling, load balancers), RDS vs Aurora vs DynamoDB trade-offs, and the SQS vs SNS vs EventBridge vs Kinesis distinctions. These services appear across all four domains.

How many questions can I get wrong and still pass SAA-C03?

SAA-C03 uses scaled scoring — 720 out of 1000 is the passing mark. The unscaled number of questions you can afford to miss depends on question difficulty weighting, but as a rough guide, scoring above 75% on a practice exam that mirrors real difficulty should translate to a pass. Track your domain scores, not just your overall percentage.

What are the most common SAA-C03 mistakes?

Choosing NLB when ALB is correct (or vice versa) based on a single keyword rather than the full scenario requirements. Picking an expensive answer when a cheaper one meets the stated requirements. Selecting a Multi-Region solution for a scenario that only asks for high availability (which is Multi-AZ). And missing the keyword 'existing' when a question asks you to modify a current setup rather than redesign it.

Should I use the mark-and-review feature on SAA-C03?

Yes. With 65 questions in 130 minutes, you have 2 minutes per question. If a question is taking you more than 2.5 minutes, mark it and move on. Return to marked questions at the end. Spending 6 minutes on one hard question and rushing through 10 others is a poor trade.

The new way to get AWS certified

Stop guessing. Start with your gaps.

Most people study everything and hope for the best. StudyTech shows you exactly what you don't know, focuses your time on those gaps, and tells you the moment you're ready to book.

1

Find your gaps

Take a 10-minute AI assessment. StudyTech maps every domain of your target exam and shows you exactly where your knowledge falls short — before you waste a single hour studying the wrong things.

2

Study what matters

Every session is built around your weakest domains. Flashcards, quizzes, and focused material — no 30-hour courses, no passive watching, no studying topics you already know.

3

Know when you're ready

Your exam readiness score updates in real time across every domain. No more guessing, no more flying blind. StudyTech tells you exactly when to book — based on data, not feelings.

Start your free assessment
StudyTechStudyTechAI Assessment

Get AWS certified in 4 weeks, not six months.

Our AI identifies your knowledge gaps in 10 minutes and builds a focused study plan so you only learn what you need to pass.

  • Find your weakest AWS exam domains
  • Get a personalized roadmap to pass
  • Know what to study next instead of guessing
Start Free Assessment