Hard1 markMultiple Choice
AWS SAA-C03 · Question 33 · Domain 2.2: Highly Available
A company has web servers in the us-east-1 and eu-west-1 regions. They want to route users to the region that provides the fastest response time. However, due to compliance reasons, all users located in Germany MUST be routed to the eu-west-1 region, regardless of response time. How should Route 53 be configured?
A company has web servers in the us-east-1 and eu-west-1 regions. They want to route users to the region that provides the fastest response time. However, due to compliance reasons, all users located in Germany MUST be routed to the eu-west-1 region, regardless of response time. How should Route 53 be configured?
Answer options:
A.
Use Latency routing for all traffic.
B.
Use Geoproximity routing with a bias towards eu-west-1.
C.
Use Geolocation routing for Germany, and Latency routing for the rest of the world.
D.
Use a Multi-Value Answer routing policy.
How to approach this question
Combine Geolocation (strict country routing) with Latency (fastest response).
Full Answer
C.Use Geolocation routing for Germany, and Latency routing for the rest of the world.✓ Correct
Use Geolocation routing for Germany, and Latency routing for the rest of the world.
You can combine Route 53 routing policies. By creating a Geolocation record for Germany pointing to eu-west-1, and Latency records for the default/rest of the world, Route 53 will ensure German users always hit eu-west-1, while others get the lowest latency.
Common mistakes
Confusing Geolocation (strict borders) with Geoproximity (distance/bias).
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert