mediummultiple choiceObjective-mapped

A SaaS platform serves an API using two regional deployments: us-east-1 (primary) and us-west-2 (secondary). Each region has its own ALB. The business requires automated DNS-based failover when the primary region becomes unhealthy, and they do not want manual DNS changes during incidents.

Which Route 53 configuration is the best match?

Question 1mediummultiple choice
Full question →

A SaaS platform serves an API using two regional deployments: us-east-1 (primary) and us-west-2 (secondary). Each region has its own ALB. The business requires automated DNS-based failover when the primary region becomes unhealthy, and they do not want manual DNS changes during incidents.

Which Route 53 configuration is the best match?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Create a single Route 53 record using weighted routing across both ALBs with weights adjusted manually during an incident.

Weighted routing does not automatically detect health conditions and shift traffic based on impairment without manual intervention.

B

Best answer

Use Route 53 failover routing with a primary record pointing to the us-east-1 ALB and a secondary record pointing to the us-west-2 ALB, each using health checks.

Failover routing with health checks enables automatic switching of DNS responses when the primary endpoint fails health evaluation.

C

Distractor review

Use latency-based routing so Route 53 always selects the fastest region; health checks are unnecessary because client latency reflects availability.

Latency-based routing selects based on performance, not health, and does not guarantee failover when the primary region is unhealthy.

D

Distractor review

Use a single A record with a static IP address that points to a NAT gateway, and update that IP during failure events.

Static IPs and NAT gateways are not an appropriate mechanism for regional ALB failover, and updating during incidents is manual.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Use Route 53 failover routing with a primary record pointing to the us-east-1 ALB and a secondary record pointing to the us-west-2 ALB, each using health checks. — Route 53 failover routing is specifically designed for automated DNS-based high availability. By defining two records (primary and secondary) and associating health checks to determine endpoint health, Route 53 can return the appropriate ALB endpoint automatically when the primary fails health evaluation. This satisfies the requirement to avoid manual DNS changes during a Region-wide disaster. Weighted or latency-based routing does not inherently guarantee failure-driven traffic shifting, and static IP/NAT approaches do not map to ALB regional failover patterns. Why others are wrong: Weighted routing distributes traffic based on configured percentages and requires manual changes to respond to incidents, violating the automation requirement. Latency-based routing may still direct users to an unhealthy region if DNS latency signals persist. Using static IP/NAT is the wrong abstraction for ALB endpoint selection and still requires operational changes during failures.

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

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.