Answer – D
The AWS Documentation mentions the following.
Weighted routing lets you associate multiple resources with a single domain name (example.com) or subdomain name (acme.example.com) and choose how much traffic is routed to each resource. This can be useful for various purposes, including load balancing and testing new versions of software.
To configure weighted routing, you create records with the same name and type for each of your resources. You assign each record a relative weight that corresponds with how much traffic you want to send to each resource. Amazon Route 53 sends traffic to a resource based on the weight you assign to the record as a proportion of the total weight for all the group records.
Option A is incorrect since this should be used when you want to configure standard DNS records.
Option B is incorrect since this should be used when you want to route traffic to a resource when the resource is healthy or to a different resource when the first resource is unhealthy.
Option C is incorrect since this should be used when you want to improve your users` performance by serving their requests from the AWS Region that provides the lowest latency.
For more information on a Routing policy, please refer to the below URL-
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html