Route 53 Hosted Zone records not propagating

0

Hi, I have a fairly simple setup, yet I continue to get a ERR_NAME_NOT_RESOLVED error.

I have a domain and corresponding hosted zone in Route 53. I added an A, AAAA, and CNAME record for a fly.io resource. The A and AAAA records point to their respective ip4 and ip6 addresses. The CNAME record is simply for fly.io to verify domain ownership. I've tried without the CNAME record but get the same results. All the record's routing policies are simple. Is there a way to debug this? As far as I can tell, the hosted zone is active and should be publicly available.

The only other listed records are the NS and SOA which point to AWS resources.

I've also asked this question with the fly.io community: https://community.fly.io/t/host-fly-node-server-on-route-53-subdomain/10581/5

Following the advice of this post, I also confirmed the values of the NS record in my hosted zone match that of my domain

blake
已提问 2 个月前203 查看次数
2 回答
1
已接受的回答

As @jason eluded to, the issue was with the name servers. My hosted zone and domain had different name server values. I update the domain to match those of the hosted zone, and then updated the ns records within said hosted zone to also match. More information here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/troubleshooting-new-dns-settings-not-in-effect.html#troubleshooting-new-dns-settings-not-in-effect-recent-transfer-wrong-name-servers

blake
已回答 2 个月前
profile picture
专家
已审核 2 个月前
0

Who is the registrar for the domain you are creating records for? If Route53 isn't the registrar of the domain, you need to set the NS records on the domain registrar site to point to Route 53's servers.

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/migrate-dns-domain-in-use.html#migrate-dns-change-name-servers-with-provider

AWS
Jason
已回答 2 个月前
  • Amazon is. I just did a sanity checked and can verify the NS records listed on an ICANN lookup match those that are assigned to the domain (and the hosted zone as well).

    blakenetzeband.com on https://lookup.icann.org/en/lookup

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

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

回答问题的准则