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
質問済み 6ヶ月前226ビュー
2回答
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
エキスパート
Mike_L
回答済み 6ヶ月前
  • 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
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ