In AWS Route 53 record set, which of the following is not a routing policy?
Click on the arrows to vote for the correct answer
A. B. C. D.Answer: D.
Options A, B, C are valid routing policies for AWS Route 53.
Following are list of routing policies.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html.
In AWS Route 53, there are four types of routing policies available to choose from to control how the DNS responds to queries from users:
Weighted Routing Policy: Allows distributing traffic across multiple resources in proportion to their assigned weights. You can assign a weight to each record, and Route 53 responds to queries based on the probability of each record being returned.
Geolocation Routing Policy: Allows directing traffic to specific resources based on the geographic location of the user who made the DNS query. You can create a record set for each geographic location, and Route 53 will respond to queries from that location with the appropriate record.
Failover Routing Policy: Allows redirecting traffic from an unhealthy resource to a healthy resource. You can create a primary record for the healthy resource and a secondary record for the backup resource. Route 53 monitors the health of the primary resource, and if it becomes unavailable, Route 53 automatically responds to DNS queries with the secondary record.
Latency-based Routing Policy: Allows directing traffic to the resource that provides the lowest latency for the user. Route 53 measures the latency between the user and each resource and responds to DNS queries with the resource that provides the lowest latency.
There is no such routing policy as "Distributed Routing Policy" in AWS Route 53. Therefore, the correct answer to the given question is option D.