Bird
0
0

Which of the following is the correct syntax for creating a CNAME record in AWS Route 53?

easy📝 Configuration Q12 of 15
AWS - Route 53
Which of the following is the correct syntax for creating a CNAME record in AWS Route 53?
A<code>example.com Alias my-load-balancer.amazonaws.com</code>
B<code>example.com CNAME www.example.com</code>
C<code>example.com AAAA 2001:db8::1</code>
D<code>example.com A 192.0.2.1</code>
Step-by-Step Solution
Solution:
  1. Step 1: Identify CNAME record syntax

    CNAME records map one domain name to another domain name, so the value must be a domain, not an IP.
  2. Step 2: Check each option

    example.com CNAME www.example.com correctly shows a domain pointing to another domain. The other options use either IP addresses (A/AAAA records) or Alias syntax (for AWS resources).
  3. Final Answer:

    example.com CNAME www.example.com -> Option B
  4. Quick Check:

    CNAME points domain to domain [OK]
Quick Trick: CNAME value must be a domain name, not an IP [OK]
Common Mistakes:
  • Using IP address as CNAME target
  • Confusing Alias syntax with CNAME
  • Mixing A and CNAME record formats

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes