AWS Certified Solutions Architect – Professional — Question 786

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

For Route 53 to successfully perform failover routing when resources become unavailable, health checks must be configured on the underlying endpoints, and target health evaluation must be enabled on the parent alias records. If 'Evaluate Target Health' is disabled on the latency alias record, Route 53 will continue to direct traffic to that Region regardless of the backend status. Similarly, if the individual weighted records lack health checks, Route 53 cannot detect that the associated web servers have stopped.