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?

已提问 1 年前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
已回答 1 年前
  • 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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则