A company is using Amazon Route 53 as its DNS service. The SysOps team needs to route traffic to multiple resources based on the geographic location of the users. Which THREE routing policies can achieve this? (Select THREE.)
Routes based on geographic distance and bias.
Why this answer
Geoproximity routing (Option A) is correct because it allows traffic to be routed based on the geographic location of users and their resources, with the ability to shift traffic using a bias value. This policy is ideal for scenarios where you want to route users to the nearest resource but also have the flexibility to send more traffic to a specific region, such as for load balancing or disaster recovery.
Exam trap
The trap here is that candidates often confuse 'geolocation routing' (which routes based strictly on user location) with 'geoproximity routing' (which adds a bias for traffic shifting), and may incorrectly assume that simple or failover routing can achieve geographic-based distribution when they cannot.