Bird
0
0

Why does Route 53 recommend using alias records instead of CNAME records when pointing a root domain (example.com) to an ELB?

hard📝 Conceptual Q10 of 15
AWS - Route 53
Why does Route 53 recommend using alias records instead of CNAME records when pointing a root domain (example.com) to an ELB?
ABecause CNAME records are faster than alias records
BBecause alias records allow pointing root domains without violating DNS standards
CBecause alias records require manual IP updates
DBecause CNAME records support health checks automatically
Step-by-Step Solution
Solution:
  1. Step 1: Understand DNS standards for root domains

    Root domains cannot have CNAME records due to DNS rules.
  2. Step 2: Alias record advantage

    Alias records act like A records but point to AWS resources, allowing root domain use.
  3. Final Answer:

    Because alias records allow pointing root domains without violating DNS standards -> Option B
  4. Quick Check:

    Alias records enable root domain pointing = Because alias records allow pointing root domains without violating DNS standards [OK]
Quick Trick: Root domains cannot use CNAME; alias records solve this [OK]
Common Mistakes:
  • Thinking CNAME is allowed on root domains
  • Confusing speed differences between record types
  • Believing alias records need manual IP updates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes