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달 전227회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠