AWS Certified Solutions Architect – Professional (SAP-C02) — Question 433

A solutions architect has deployed a web application that serves users across two AWS Regions under a custom domain. The application uses Amazon Route 53 latency-based routing. The solutions architect has associated weighted record sets with a pair of web servers in separate Availability Zones for each Region.

The solutions architect runs a disaster recovery scenario. When all the web servers in one Region are stopped, Route 53 does not automatically redirect users to the other Region.

Which of the following are possible root causes of this issue? (Choose two.)

Answer options

Correct answer: D, E

Explanation

To enable automatic failover between regions, Amazon Route 53 must be able to detect when resources are unhealthy. If HTTP health checks are missing on the weighted records, Route 53 will continue to route traffic to the stopped instances. Additionally, 'Evaluate Target Health' must be enabled on the parent latency alias record so that Route 53 can evaluate the health status of the backend weighted resource records and failover to the alternate region when all servers in the current region are down.