A company’s social media application has strict data residency requirements.The company wants to use Amazon Route 53 to provide the application with DNS services.A SysOps administrator must implement a solution that routes requests to a defined list of AWS Regions.The routing must be based on the user’s location.
Which solution will meet these requirements?
Configure a Route 53 latency routing policy.
Configure a Route 53 multivalue answer routing policy.
Configure a Route 53 geolocation routing policy.
Configure a Route 53 IP-based routing policy.
Explanations:
Latency routing directs traffic based on the lowest latency to AWS Regions, not user location.
Multivalue answer routing provides multiple IP addresses for redundancy, not based on location.
Geolocation routing routes traffic based on the user’s location, meeting data residency needs.
IP-based routing is not an available Route 53 policy; Route 53 does not support it directly.