Free lesson · Cloud Foundations & the Well-Architected Framework

How to read an SAA-C03 question

Most people who fail SAA-C03 know the services. What they have not practised is the specific reading skill the exam demands: finding the one phrase that eliminates three otherwise-correct answers.

Almost every option "works"

AWS question writers rarely offer options that are technically impossible. A typical question gives you four architectures that would all run the workload. Exactly one of them satisfies the constraint the scenario stated. So the question is never "which of these works?" — it is "which constraint am I being graded against?"

The qualifier vocabulary

These phrases appear constantly and each maps to a different correct answer for the same scenario. Learn to spot them before you read the options:

Phrase in the questionWhat it is really asking for
"MOST cost-effective", "LOWEST cost"Pick the cheapest option that still meets the stated requirements. Serverless, Spot, and colder storage classes tend to win.
"LEAST operational overhead", "MINIMAL management"Prefer managed and serverless services. Anything involving "install", "patch" or "manage a fleet" is usually wrong.
"MOST highly available", "MUST remain available if an AZ fails"Multi-AZ. If it says Region, then multi-Region.
"MINIMUM downtime during migration"Look for replication-then-cutover services: DMS, DataSync, Aurora replicas, blue/green.
"MOST secure", "MUST NOT traverse the public internet"VPC endpoints, PrivateLink, Direct Connect, private subnets.
"MOST performant", "reduce latency for global users"CloudFront, Global Accelerator, read replicas, caching.
"real time", "near real time"Kinesis, not batch. "Near real time" often permits Kinesis Data Firehose with its buffering delay.

A worked example

A company stores 40 TB of log files in Amazon S3. Logs are analysed heavily for the first 30 days, occasionally for the following 60 days, and after that must be retained for seven years for compliance but are almost never read. When they are read, a retrieval time of up to 12 hours is acceptable. What is the MOST cost-effective storage strategy?

Work the constraints in order:

  • "MOST cost-effective" — cheapest that still works. So we are pushing data to the coldest tier each access pattern allows.
  • First 30 days, heavy access → S3 Standard.
  • Next 60 days, occasional → S3 Standard-IA. Note the 30-day minimum before a transition to IA is even allowed, which the timeline satisfies.
  • Seven years, almost never read, 12-hour retrieval acceptable → S3 Glacier Deep Archive. The 12-hour tolerance is the giveaway; had it said "within minutes", Glacier Flexible Retrieval or Glacier Instant Retrieval would be the answer instead.
  • The mechanism → an S3 Lifecycle configuration, because the transitions are time-based and predictable.

Notice how much work the phrase "up to 12 hours" did. Change it to "within 5 minutes" and the answer changes entirely, while every other word stays the same. That is the exam in miniature.

Exam tip

Read the last sentence of the scenario first. The qualifier almost always lives there, and knowing it turns a wall of text into a search for one specific thing.

Eliminating rather than selecting

When two options look equally right, they usually differ by one word. Compare them phrase by phrase and find the difference — it is the thing being tested. Common differentiators:

  • Security group vs network ACL (stateful vs stateless, instance vs subnet).
  • Multi-AZ deployment vs read replica (availability vs read scaling).
  • Gateway endpoint vs interface endpoint (S3/DynamoDB and free, vs everything else and hourly-priced).
  • NAT gateway vs internet gateway (outbound-only from private subnets vs bidirectional for public subnets).

Every one of these pairs gets a dedicated lesson later in the course. When you meet them, learn the distinction, not just the definitions — the distinction is what is graded.

This is one lesson of 60

AWS Certified Solutions Architect – Associate (SAA-C03) continues from here — 6 lessons are free to read like this one, and the rest come with the course. Enrolled readers also get an AI tutor that has read the lesson they are on.

See the full course