Bird
0
0

Given a Route 53 alias record pointing to an ELB, what will happen if the ELB's DNS name changes due to a redeployment?

medium📝 service behavior Q4 of 15
AWS - Route 53
Given a Route 53 alias record pointing to an ELB, what will happen if the ELB's DNS name changes due to a redeployment?
ARoute 53 redirects traffic to the old ELB DNS name indefinitely
BRoute 53 alias record breaks and needs manual update
CRoute 53 automatically updates to the new ELB DNS name
DRoute 53 switches to a CNAME record automatically
Step-by-Step Solution
Solution:
  1. Step 1: Understand alias record behavior

    Alias records point to AWS resources by ID, not fixed DNS names.
  2. Step 2: ELB DNS name changes

    Route 53 alias records track ELB resource, so DNS name changes are handled automatically.
  3. Final Answer:

    Route 53 automatically updates to the new ELB DNS name -> Option C
  4. Quick Check:

    Alias record auto-updates = Route 53 automatically updates to the new ELB DNS name [OK]
Quick Trick: Alias records track ELB resource, auto-updating DNS changes [OK]
Common Mistakes:
  • Assuming manual update needed after ELB redeployment
  • Confusing alias with static DNS records
  • Thinking Route 53 converts alias to CNAME automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes