AWS Certified SysOps Administrator – Associate (legacy) — Question 822

A corporate website is hosted on several Amazon EC2 instances across multiple regions around the globe.
How should an Administrator configure the website to maintain high availability with minimal downtime if one of the regions has network connectivity congestion for an extended period of time?

Answer options

Correct answer: D

Explanation

Using Amazon Route 53 Latency Based Routing with "Evaluate Target Health" set to "true" allows Route 53 to inherit the health status of the Elastic Load Balancers in each region and stop routing traffic to a region experiencing issues. This ensures high availability because Route 53 automatically diverts traffic to healthy regions without relying on manual intervention. Other options like a single Elastic Load Balancer cannot span multiple regions, and Route 53 requires the "Evaluate Target Health" flag to properly respond to ELB health status changes.