AWS Certified SysOps Administrator – Associate — Question 251

A company has an application that runs behind an Application Load Balancer (ALB) in the us-west-2 Region. An Amazon Route 53 record set contains an alias record for app.anycompany.com that references the ALB in us-west-2 and uses a simple routing policy. The application is experiencing an increase in users from other locations in the world. These users are experiencing high latency.

Most of the new users are close to the ap-southeast-2 Region. The company deploys a copy of the application to ap-southeast-2. A SysOps administrator must implement a solution that automatically routes requests to the lowest latency endpoint for users without changing the URL.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because a latency routing policy will automatically direct users to the ALB with the lowest latency, ensuring optimal performance. Options A and D do not provide the necessary latency-based routing, while option B focuses on geolocation rather than latency, which might not be as effective in this scenario.