CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Exam Question Walkthrough: AWS Certified Solutions Architect - Associate (SAA-C03)

Explore a key exam question about designing resilient architectures on AWS and understand the reasoning behind the correct answer.

Designing resilient architectures can be tricky, especially when considering region-wide outages. Candidates often struggle with the right combination of AWS services to ensure high fault tolerance. In this post, we break down a specific exam question to clarify the right choice.

The question

Your team is designing a cloud architecture that needs to be resilient against region-wide outages. What AWS service combination can provide the highest level of fault tolerance?

Think before you scroll

Consider how each option addresses the need for fault tolerance. Look for services that work together to provide automatic failover and traffic routing in the event of an outage. The right choice should ensure that your application remains available even if an entire region goes down.

The answer

The correct option is B. Amazon RDS with Multi-AZ and Amazon Route 53. This combination provides a high level of fault tolerance by enabling automatic failover to a standby instance located in another Availability Zone. Amazon Route 53 complements this by routing traffic to healthy endpoints across regions.

Why the other options lose

The concept behind it

The core principle is to combine services that offer automatic failover and traffic management across multiple regions. Amazon RDS with Multi-AZ provides a standby instance ready to take over, while Route 53 ensures users are directed to operational endpoints, thus maintaining availability even during outages.

Exam trap to remember

Always look for service combinations that provide both redundancy and routing capabilities. The two-question rule applies: if it’s about fault tolerance, think Multi-AZ and traffic routing.

Take the free SAA-C03 mock exam

Take a free mock exam →