Bird
0
0

Which DNS record type does Route 53 use to point a domain to an ELB without using an IP address?

easy📝 Conceptual Q2 of 15
AWS - Route 53
Which DNS record type does Route 53 use to point a domain to an ELB without using an IP address?
ACNAME record
BAlias record
CA record with IP
DMX record
Step-by-Step Solution
Solution:
  1. Step 1: Identify DNS record types for ELB

    ELBs do not have fixed IPs, so IP-based A records are not used.
  2. Step 2: Route 53 alias record use

    Route 53 alias records point directly to AWS resources like ELB without IPs.
  3. Final Answer:

    Alias record -> Option B
  4. Quick Check:

    Record type for ELB = Alias record [OK]
Quick Trick: Use alias records for ELB, not CNAME or IP-based A records [OK]
Common Mistakes:
  • Using CNAME for root domain pointing to ELB
  • Trying to use IP addresses for ELB
  • Confusing MX records with routing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes