Easy1 markMultiple Choice
AWS SAA-C03 · Question 31 · Domain 2.2: Highly Available Architectures
A company hosts a static website on Amazon S3. They want to display a custom error page hosted in a different S3 bucket if the primary website goes down. Which Amazon Route 53 routing policy should be used?
A company hosts a static website on Amazon S3. They want to display a custom error page hosted in a different S3 bucket if the primary website goes down. Which Amazon 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
Match 'primary goes down' to the routing policy.
Full Answer
C.Failover routing policy✓ Correct
Failover routing policy
Route 53 Failover routing policy is used when you want to configure active-passive failover. It routes traffic to a primary resource when healthy, and a secondary resource when unhealthy.
Common mistakes
Choosing Simple routing, which cannot react to failures.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert