Easy1 markMultiple Choice
AWS SAA-C03 · Question 24 · Domain 2.2: Highly Available Architectures
A company has a multi-tier web application deployed across two AWS Regions: us-east-1 (primary) and us-west-2 (disaster recovery). The data is asynchronously replicated to the DR region. In the event of a primary region failure, the company wants to automatically route all user traffic to the DR region. <br/><br/>Which Amazon Route 53 routing policy should be used?
A company has a multi-tier web application deployed across two AWS Regions: us-east-1 (primary) and us-west-2 (disaster recovery). The data is asynchronously replicated to the DR region. In the event of a primary region failure, the company wants to automatically route all user traffic to the DR region. <br/><br/>Which Amazon Route 53 routing policy should be used?
Answer options:
A.
Latency routing policy
B.
Failover routing policy
C.
Weighted routing policy
D.
Geolocation routing policy
How to approach this question
Identify the routing policy designed for Active-Passive DR setups.
Full Answer
B.Failover routing policy✓ Correct
Failover routing policy
Route 53 Failover routing policy is used when you want to configure active-passive failover. Route 53 monitors the health of the primary endpoint, and if it becomes unhealthy, automatically routes traffic to the secondary endpoint.
Common mistakes
Choosing Latency routing, which is for active-active performance optimization.
Practice the full AWS SAA-C03 Practice Exam 4
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...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert