Question 325 of 1,040
Design Resilient ArchitecturesmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is warm standby, because it is the only disaster recovery strategy that meets a 45-minute RTO and 15-minute RPO while keeping costs lower than running two fully active production environments. Warm standby maintains a scaled-down but fully functional copy of the production environment in the recovery Region, using replicated data—such as Amazon RDS cross-Region read replicas with synchronous replication—to achieve the required RPO, and the standby can be quickly scaled up to handle traffic within the RTO. On the SAA-C03 exam, this scenario tests your ability to distinguish warm standby from pilot light, which has a longer RTO because it requires provisioning resources from a minimal core, and from multi-site active-active, which would exceed the cost constraint. A common trap is choosing pilot light for its lower cost, but that fails the 45-minute RTO since pilot light typically takes longer to spin up. Memory tip: think of warm standby as a “warm engine” that is already idling and just needs throttle, while pilot light is a spark that needs fuel and time to ignite.

SAA-C03 Design Resilient Architectures Practice Question

This SAA-C03 practice question tests your understanding of design resilient architectures. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Business requirements:
  RTO: 45 minutes
  RPO: 15 minutes
  Budget: lower than a fully duplicated production stack

Current state:
  One production Region hosts the live application
  Daily backups are stored in a separate Region
  The application tier can be recreated from automation scripts

Based on the exhibit, the business needs Regional disaster recovery with an RTO of 45 minutes and an RPO of 15 minutes. The solution should keep cost lower than running two fully active production environments. Which DR strategy is the best fit?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1mediummultiple choice
Full question →

Exhibit

Business requirements:
  RTO: 45 minutes
  RPO: 15 minutes
  Budget: lower than a fully duplicated production stack

Current state:
  One production Region hosts the live application
  Daily backups are stored in a separate Region
  The application tier can be recreated from automation scripts

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Warm standby, because a scaled-down but fully functional copy can take traffic quickly while keeping costs below full duplication.

Warm standby is the best fit because it maintains a scaled-down but fully functional copy of the production environment in the recovery Region, which can be quickly scaled up to handle production traffic. This meets the RTO of 45 minutes and RPO of 15 minutes by keeping the standby environment ready with replicated data (e.g., using Amazon RDS Multi-AZ or cross-Region read replicas with synchronous replication), while costing less than two fully active environments since the standby runs on smaller instances or fewer resources until failover.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Backup and restore only, because the existing daily backups are already in another Region.

    Why it's wrong here

    Backup and restore typically takes too long to rebuild the environment and recover data for a 45-minute RTO, especially when application tiers and databases both need to be restored and validated.

  • Pilot light, because the recovery Region only needs minimal resources and can be scaled after a disaster.

    Why it's wrong here

    Pilot light keeps only core components running in the recovery Region. That is cheaper, but it usually requires too much time to scale and activate the full stack to meet a 45-minute RTO.

  • Warm standby, because a scaled-down but fully functional copy can take traffic quickly while keeping costs below full duplication.

    Why this is correct

    Warm standby keeps a functional copy of the environment running in the recovery Region at reduced capacity. That shortens failover time compared with backup and restore or pilot light, while still costing less than a fully scaled second production stack. With continuous or near-continuous data replication and automated cutover, it can satisfy an RTO of 45 minutes and an RPO of 15 minutes.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Active-active, because it minimizes RTO by keeping both Regions fully live all the time.

    Why it's wrong here

    Active-active provides the fastest recovery, but it is typically the most expensive option because both Regions must be fully provisioned and operating all the time. That conflicts with the stated budget constraint.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse pilot light with warm standby, assuming minimal resources can be scaled quickly enough to meet a 45-minute RTO, but pilot light requires provisioning and configuring additional resources (e.g., launching EC2 instances, attaching volumes) which typically exceeds that time window, whereas warm standby already has a running (though scaled-down) environment ready to accept traffic.

Detailed technical explanation

How to think about this question

Warm standby typically uses a scaled-down fleet of EC2 instances behind an Application Load Balancer in the recovery Region, with data replicated via Amazon RDS cross-Region read replicas (asynchronous replication, RPO typically seconds to minutes) or Amazon Aurora Global Database (replication lag under 1 second). During failover, the standby environment is scaled up (e.g., increasing instance sizes or adding more instances) and DNS is updated (e.g., via Route 53 failover routing) to redirect traffic, achieving an RTO of minutes. The key trade-off is that warm standby balances cost and recovery speed by keeping the recovery environment partially active, unlike pilot light which requires more provisioning steps, or active-active which doubles costs.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SAA-C03 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SAA-C03 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Design Resilient Architectures — This question tests Design Resilient Architectures — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Warm standby, because a scaled-down but fully functional copy can take traffic quickly while keeping costs below full duplication. — Warm standby is the best fit because it maintains a scaled-down but fully functional copy of the production environment in the recovery Region, which can be quickly scaled up to handle production traffic. This meets the RTO of 45 minutes and RPO of 15 minutes by keeping the standby environment ready with replicated data (e.g., using Amazon RDS Multi-AZ or cross-Region read replicas with synchronous replication), while costing less than two fully active environments since the standby runs on smaller instances or fewer resources until failover.

What should I do if I get this SAA-C03 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SAA-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAA-C03 exam.