Medium1 markMultiple Choice
AWS SAA-C03 · Question 37 · Domain 2.2: Highly Available Architectures
An application is hosted on an on-premises server and an EC2 instance. A solutions architect needs to configure DNS failover so that traffic is routed to the EC2 instance only if the on-premises server becomes unavailable. Which Route 53 routing policy should be used?
An application is hosted on an on-premises server and an EC2 instance. A solutions architect needs to configure DNS failover so that traffic is routed to the EC2 instance only if the on-premises server becomes unavailable. Which Route 53 routing policy should be used?
Answer options:
A.
Simple routing policy
B.
Weighted routing policy
C.
Failover routing policy
D.
Latency routing policy
How to approach this question
Identify the active-passive requirement and match it to Failover routing.
Full Answer
C.Failover routing policy✓ Correct
Route 53 Failover routing policy lets you route traffic to a resource when the resource is healthy or to a different resource when the first resource is unhealthy (active-passive failover).
Common mistakes
Choosing Weighted routing with 100/0 weights, which is less efficient than native Failover routing.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert