Hard1 markMultiple Choice
AWS SAP-C02 · Question 13 · Domain 1.3: Reliability and Resilience
A global gaming company uses Amazon Route 53 to route users to the closest AWS Region. They want to ensure that if an entire region goes offline, users are automatically routed to the next closest healthy region. Which routing policy combination achieves this?
A global gaming company uses Amazon Route 53 to route users to the closest AWS Region. They want to ensure that if an entire region goes offline, users are automatically routed to the next closest healthy region. Which routing policy combination achieves this?
Answer options:
A.
Use Simple routing with health checks.
B.
Use Latency-based routing with Route 53 health checks.
C.
Use Multivalue Answer routing without health checks.
D.
Use Geoproximity routing with a bias of 0.
How to approach this question
Identify the routing policy that dynamically measures distance/speed and supports health checks.
Full Answer
B.Use Latency-based routing with Route 53 health checks.✓ Correct
Use Geolocation routing policies with Route 53 health checks. Configure failover routing as a secondary record.
Latency-based routing directs users to the region with the lowest network latency. When combined with health checks, it automatically routes traffic to the next lowest latency region if the primary fails.
Common mistakes
Choosing Geolocation, which routes based on physical location, not network latency/closeness.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert