Medium1 markMultiple Choice
AWS SAA-C03 · Question 22 · Domain 2.2: Highly Available
A company has a primary web application hosted in the us-east-1 region and a disaster recovery site in us-west-2. They want to automatically route user traffic to us-west-2 if the primary site becomes unresponsive. Which Route 53 routing policy should be used?
A company has a primary web application hosted in the us-east-1 region and a disaster recovery site in us-west-2. They want to automatically route user traffic to us-west-2 if the primary site becomes unresponsive. Which Route 53 routing policy should be used?
Answer options:
A.
Latency routing policy
B.
Weighted routing policy
C.
Failover routing policy
D.
Geolocation routing policy
How to approach this question
Look for 'primary and disaster recovery site' and 'automatic routing if unresponsive'. This is Failover routing.
Full Answer
C.Failover routing policy✓ Correct
Failover routing policy
Route 53 Failover routing policy is used to configure active-passive failover. It evaluates the health of the primary resource using health checks and routes traffic to the secondary resource if the primary is unhealthy.
Common mistakes
Choosing Latency routing, which is for performance optimization, not strict active-passive failover.
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