Why would a public Route53 hosted zone not be visible?

1

I have registered a domain name through Amazon and set up a public hosted zone in Route53. Was able to query records successfully over the internet but that has stopped. My zone is still in Route53 and appears to have the correct records. I followed the diagnostics suggested here and see that the whois records correctly indicate that Amazon is the registrar and there is a match between the whois and Route53 the name server records but when I run a dig +trace privatedataservices.com the connection between the .com nameservers and amazon is absent.

I don't believe I've done anything wrong but my Route53 zone isn't queryable. How should I proceed?

질문됨 일 년 전521회 조회
1개 답변
0

It sounds like there may be an issue with the delegation of your domain to the Amazon name servers. A "dig +trace" command is used to trace the path of a DNS query from your local machine to the root DNS servers, and it appears that the connection between the .com nameservers and Amazon is missing in your case.

To resolve this issue, you should first verify that the name servers listed in the WHOIS records for your domain match the name servers in your Route53 hosted zone. If they match, the next step would be to check the delegation of your domain by performing a "dig NS yourdomain.com" command. This should return the name servers that are authoritative for your domain. If the name servers returned by this command do not match the name servers in your Route53 hosted zone, then there is a problem with the delegation of your domain.

You should contact the registrar of your domain and inquire about the delegation of your domain. You can also check the registrar's documentation to see if there is any guidance on how to fix the delegation issue.

profile picture
답변함 일 년 전
  • I did check the NS records match between whois and Amazon (who is the registrar). How do I contact Amazon to notify them of the error?

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

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

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

관련 콘텐츠