Bird
0
0

Which of the following is the correct way to configure a failover routing policy in AWS Route 53?

easy📝 Configuration Q3 of 15
AWS - Route 53
Which of the following is the correct way to configure a failover routing policy in AWS Route 53?
ACreate a single record with weighted routing and assign weights 100 and 0.
BCreate two records with different names and use latency routing.
CCreate two records with the same name, set one as 'Primary' and the other as 'Secondary', and associate health checks accordingly.
DCreate a record with geolocation routing and no health checks.
Step-by-Step Solution
Solution:
  1. Step 1: Understand failover routing setup

    Failover routing requires two records with the same name, one primary and one secondary, with health checks.
  2. Step 2: Evaluate options

    Create two records with the same name, set one as 'Primary' and the other as 'Secondary', and associate health checks accordingly. matches this setup; others describe different routing policies or lack health checks.
  3. Final Answer:

    Create two records with the same name, set one as 'Primary' and the other as 'Secondary', and associate health checks accordingly. -> Option C
  4. Quick Check:

    Failover routing = primary & secondary records with health checks [OK]
Quick Trick: Failover needs primary and secondary records with health checks [OK]
Common Mistakes:
  • Using weighted routing instead of failover
  • Not associating health checks
  • Using different record names for failover

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes