Medium1 markMultiple Choice
AWS SAA-C03 · Question 27 · Domain 2.2: Highly Available Architectures
A company has a primary web application hosted in the us-east-1 region and a disaster recovery site in the us-west-2 region. The company wants to route all traffic to us-east-1 normally, but automatically route traffic to us-west-2 if the primary site becomes unresponsive.<br/><br/>Which Amazon 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 the us-west-2 region. The company wants to route all traffic to us-east-1 normally, but automatically route traffic to us-west-2 if the primary site becomes unresponsive.<br/><br/>Which Amazon 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
Match the active-passive requirement to the correct Route 53 policy.
Full Answer
C.Failover routing policy✓ Correct
Failover routing lets you route traffic to a resource when the resource is healthy or to a different resource when the first resource is unhealthy. This is the standard active-passive disaster recovery pattern.
Common mistakes
Choosing weighted routing, which is active-active.
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert