AWS Route 53 A record shows up as CNAME in public DNS lookups

0

I have setup an AWS Route 53 A record (domain name to IP address) with simple routing. However when I use a some public DNS lookup tools this shows up as a CNAME record (domain name to domain name). What could be happening here?

  • Is Route 53 the SOA for the domain? You could be seeing one response when querying Route 53 directly versus another response from another public server if that service is not seeing Route 53 as the SOA / NS authority for the domain but another. This would be common when preparing a domain for migration to Route 53 but you have not yet pivoted the NS records to Route 53.

asked 2 years ago361 views
1 Answer
0

Hi,

I understand that when you do a DNS lookup a Route 53 CNAME record shows up when you had setup a Route 53 A record. I recommend you use the AWS provided tool see how Route 53 responds to your DNS. In addition, the documentation linked [1] provides further guidance on CNAME and A record nslookup query expectations.

[1] https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-test.html

Lwazi
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions