Bird
0
0

Which of the following is the correct way to create a Route 53 alias record pointing to an ELB in the AWS console?

easy📝 Configuration Q12 of 15
AWS - Route 53
Which of the following is the correct way to create a Route 53 alias record pointing to an ELB in the AWS console?
ACreate a CNAME record pointing to the ELB's IP address.
BCreate an A record and enter the ELB's IP address manually.
CCreate an A record and select 'Alias' with the ELB as the target.
DCreate a TXT record with the ELB's DNS name.
Step-by-Step Solution
Solution:
  1. Step 1: Know Route 53 record types for ELB

    ELB does not have fixed IPs, so you cannot use IP addresses directly.
  2. Step 2: Use alias A record

    Route 53 allows creating an A record with alias enabled, selecting the ELB DNS name as target.
  3. Final Answer:

    Create an A record and select 'Alias' with the ELB as the target. -> Option C
  4. Quick Check:

    Alias A record points to ELB DNS [OK]
Quick Trick: Use alias A record, not IP or CNAME for ELB [OK]
Common Mistakes:
  • Using IP address for ELB
  • Choosing CNAME instead of alias A record
  • Using TXT record incorrectly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes