DNS hosted zone not taking effect - AWS Route53

大憨熊 提交于 2019-12-02 08:47:16

Figured it out in the end…

For a name server to be associated with a Route53 hosted zone, do the following:

  1. Create a Hosted zone for your domain name. Note the NS record.
  2. Go to Registered Domains > example.com > Add or edit name servers > Add the name servers from step 1.

When transferring a domain to AWS, it keeps the old NS record. Make sure to change it as per step 2.

Checking the records it is still pointing to old records.

You need to update the DNS servers with your domain registrar for it to take effect.

If the DNS servers are updated, you might need to wait for the TTL time defined with the previous registrar to expire. DNS servers can cache those records until that TTL time defined in those NS records.

How long have you waited? DNS records have a TTL (Time To Live). DNS servers around the world will cache your domain records until the TTL expires. For example, in your screenshot the TTL for your Name Servers is 172800 seconds which is 48 hours. In general it takes two or three days for the Internet to start caching your new domain records, sometimes longer. If it has been more than a week, then there is a problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!