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
gefragt vor 6 Monaten226 Aufrufe
2 Antworten
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
EXPERTE
Mike_L
beantwortet vor 6 Monaten
  • 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
beantwortet vor 6 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen