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

SAA-C03 Design Resilient Architectures Practice Question

This SAA-C03 practice question tests your understanding of design resilient architectures. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.

A company uses Amazon RDS for a PostgreSQL database powering a customer-facing application. The application’s availability depends on fast database failover with minimal manual intervention. The RDS instance currently runs as a single-AZ deployment in one DB subnet group. Which change most directly meets the goal?

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

Enable Multi-AZ for the RDS DB instance so AWS manages a standby in another Availability Zone with automatic failover.

Enabling Multi-AZ for the RDS DB instance creates a synchronous standby replica in a different Availability Zone. AWS automatically handles failover to the standby with no manual intervention required, which directly meets the goal of fast database failover with minimal manual intervention.

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.

  • Create a read replica in a different Availability Zone and configure the application to fail over manually.

    Why it's wrong here

    Read replicas improve read scaling, but manual failover and replication lag can still harm failover objectives.

    When this WOULD be correct

    A question where the application can tolerate some downtime but needs to offload read traffic, and the exam asks for a cost-effective way to improve read scalability without automatic failover.

  • Enable Multi-AZ for the RDS DB instance so AWS manages a standby in another Availability Zone with automatic failover.

    Why this is correct

    RDS Multi-AZ maintains a standby in another AZ and supports automatic failover, improving resilience and reducing manual work.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Switch the database to use EBS snapshots more frequently and restore in case of failure.

    Why it's wrong here

    Snapshot restore is a backup/recovery approach and typically does not meet fast failover requirements.

    When this WOULD be correct

    A question where the goal is to minimize data loss (low RPO) for a non-critical application that can tolerate downtime for recovery, and the requirement is to implement a cost-effective backup strategy without needing automatic failover.

  • Pin the DB to a specific instance type with higher CPU credits to prevent CPU-related disconnects.

    Why it's wrong here

    Instance sizing affects performance but not AZ-level failover behavior or redundancy.

    When this WOULD be correct

    For a question where the application experiences intermittent performance degradation due to CPU credit exhaustion on a burstable instance (e.g., t3/t4g), and the goal is to eliminate CPU-related throttling without changing architecture.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SAA-C03 exam frequently reuses these exact scenarios with slightly different constraints.

Enable Multi-AZ for the RDS DB instance so AWS manages a standby in another Availability Zone with automatic failover.Correct answer

Why this is correct

RDS Multi-AZ maintains a standby in another AZ and supports automatic failover, improving resilience and reducing manual work.

Create a read replica in a different Availability Zone and configure the application to fail over manually.Wrong answer — click to see why

Why this is wrong here

This option requires manual failover, which contradicts the requirement for minimal manual intervention and fast failover.

★ When this WOULD be the correct answer

A question where the application can tolerate some downtime but needs to offload read traffic, and the exam asks for a cost-effective way to improve read scalability without automatic failover.

Why candidates choose this

Candidates may think a read replica in a different AZ provides high availability, but they overlook that failover is manual and not automatic.

Switch the database to use EBS snapshots more frequently and restore in case of failure.Wrong answer — click to see why

Why this is wrong here

Frequent EBS snapshots provide point-in-time recovery but do not enable fast, automatic failover; restoring from a snapshot requires manual intervention and takes significant time, failing to meet the minimal manual intervention and fast failover requirements.

★ When this WOULD be the correct answer

A question where the goal is to minimize data loss (low RPO) for a non-critical application that can tolerate downtime for recovery, and the requirement is to implement a cost-effective backup strategy without needing automatic failover.

Why candidates choose this

Candidates may confuse backup and restore (snapshots) with high availability, thinking that more frequent backups can serve as a failover mechanism, or they underestimate the time and manual effort required to restore from a snapshot.

Pin the DB to a specific instance type with higher CPU credits to prevent CPU-related disconnects.Wrong answer — click to see why

Why this is wrong here

Higher CPU credits prevent CPU-related throttling but do not address database failover speed or minimize manual intervention, which is the core requirement for fast failover in a single-AZ deployment.

★ When this WOULD be the correct answer

For a question where the application experiences intermittent performance degradation due to CPU credit exhaustion on a burstable instance (e.g., t3/t4g), and the goal is to eliminate CPU-related throttling without changing architecture.

Why candidates choose this

Candidates may mistakenly think that preventing CPU issues is equivalent to ensuring high availability, or they may confuse performance tuning with failover mechanisms.

Analysis generated from the official SAA-C03blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse read replicas (which are for read scaling and manual promotion) with Multi-AZ (which provides automatic failover and high availability), leading them to choose Option A incorrectly.

Detailed technical explanation

How to think about this question

Multi-AZ RDS uses synchronous replication to maintain a standby instance in a different AZ, ensuring zero data loss during failover. The failover is triggered automatically by DNS record updates (CNAME change) and typically completes within 60–120 seconds. In a real-world scenario, this is critical for production workloads where even a few minutes of downtime can result in significant revenue loss or SLA breaches.

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

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

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: Enable Multi-AZ for the RDS DB instance so AWS manages a standby in another Availability Zone with automatic failover. — Enabling Multi-AZ for the RDS DB instance creates a synchronous standby replica in a different Availability Zone. AWS automatically handles failover to the standby with no manual intervention required, which directly meets the goal of fast database failover with minimal manual intervention.

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.

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

Keep practising

More SAA-C03 practice questions

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.