Which Amazon Route 53 routing policy can a company use to route traffic to multiple resources in specified proportions?
Weighted routing policy
Multivalue answer routing policy
Failover routing policy
Latency routing policy
Explanations:
The weighted routing policy allows you to specify proportions for routing traffic to different resources. You can assign weights to each resource, and Route 53 will route traffic based on these weights.
The multivalue answer routing policy returns multiple IP addresses in response to DNS queries, but it does not allow for traffic distribution based on specified proportions. It simply returns multiple values without any weight assignment.
The failover routing policy is used for routing traffic to a primary resource and a backup resource. It does not involve routing traffic in specified proportions but rather ensures high availability by redirecting traffic only if the primary resource fails.
The latency routing policy routes traffic to the resource that has the lowest latency from the user’s location. It does not allow for proportionate routing but focuses on performance based on latency measurements.