AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 11

A company uses Amazon Route 53 with latency-based routing across multiple AWS Regions to provide resiliency. The company uses Route 53 with latency-based routing to direct traffic to the nearest Region. Within each Region, weighted A records distribute traffic across multiple Availability Zones.
During a recent update, some Availability Zone endpoints became unhealthy. Route 53 continued to route traffic to the unhealthy endpoints. The company must prevent this issue from occurring in the future.
Which solution will meet this requirement?

Answer options

Correct answer: A

Explanation

The correct answer is A because adding health checks for the weighted records allows Route 53 to monitor the health of the endpoints and stop routing traffic to those that are unhealthy. Options B and C do not address the underlying issue of unhealthy endpoints, while option D may help with quicker detection but does not prevent the routing to unhealthy endpoints without health checks.