AWS Route53 DNS - domain records not propagating out to other dns servers on internet

0

I transferred a domain I own that was hosted from namecheap to AWS route53 a few weeks ago. Just noticed that some things broke with the process, but even creating a new A record, this does not propagate beyond aws DNS servers. I tried deleting the zone waiting a day, and then recreating it. I can query the AWS DNS name servers and retrieve records, but any other dns server on the internet does not have them, not even the SOA record.

Eric
asked 6 months ago217 views
2 Answers
1

Checking. Did you login to your namecheap to update the name servers to R53? See How to Change DNS For a Domain. Select Custom DNS and add the R53 name servers.

After that, you can use dig or nslookup to verify, e.g.

%% nslookup
> server 8.8.8.8
> set type=NS
> yourdomain.net
Server:  dns.google
Address:  8.8.8.8

Non-authoritative answer:
yourdomain.net     nameserver = ns-129.awsdns-24.org
yourdomain.net     nameserver = ns-151.awsdns-01.co.uk
yourdomain.net     nameserver = ns-27.awsdns-33.com
yourdomain.net     nameserver = ns-67.awsdns-13.net
AWS
EXPERT
Mike_L
answered 6 months ago
  • My DNS Domain had already been transferred to AWS Route53, what I realized when in route53->Domains->Registered domain: registered domain, clicked on my domain. In this record under Name servers is where I saw that it was pointing to the old Name Servers, I updated this record to use the aws name servers and then it worked.

0

when you transfer a domain below steps need to follow. make sure you follow all the step because If you skip a step, your domain might become unavailable on the internet.

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html

once you complete the steps make sure to check the status of transfer request. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53-status.html

for troubleshoot you can check above post and verify the setting.

Sachin
answered 6 months 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