SAA-C03 • Practice Exam 67
Free SAA-C03 practice exam — 20 questions with explanations. Set 67. No signup required.
Based on the exhibit, DNS still sends traffic to the primary Region even though Route 53 health checks show the primary endpoint is unhealthy. What is the best change to make failover work as intended?
Route 53 record sets for app.example.com: - Record 1: Type A, RoutingPolicy=Simple, AliasTarget=alb-use1.amazonaws.com - Record 2: Type A, RoutingPolicy=Simple, AliasTarget=alb-usw2.amazonaws.com Health check status: hc-primary: FAILED hc-secondary: HEALTHY Resolver test: $ dig +short app.example.com alb-use1.amazonaws.com Ops note: The intent is to send all traffic to us-east-1 normally and fail over to us-west-2 only when the primary is unhealthy.