CNAME Records not being found

0

I added 5 new CNAME records to Route 53 in AWS. I double and triple checked that all details are accurate. All appeared to go successfully within Route 53, but on checking using multiple external tools, I am getting the error 'DNS Record not found'.

What else might be going wrong?

  • Can you supply any screen shots? You could have entered the CNAMES wrong or your NS records are incorrect

2 個答案
0

It may just be an issue with re update time of the DNS Systems. Can you please do the following?

  • Check the TTL (time-to-live) value set on the records. If it is very high, it may be taking a long time for the cached data to be renewed by other DNS Servers
  • Make sure there are no other NS records for the domain configured elsewhere, such as the previous registrar or DNS provider. Extra NS records can cause caching issues.
  • Try clearing the DNS cache on your local machine/network. On Linux/Mac you can run sudo killall -HUP mDNSResponder . On Windows open command prompt as Administrator and type ipconfig /flushdns.
  • Wait longer than the TTL value before checking from other DNS servers. It can take time for changes to propagate everywhere depending on the TTL.
  • Check for any errors when importing the zone file using the AWS CLI or API. Import failures could cause issues.
  • Verify the records are configured correctly within Route 53. You can use the dig or nslookup commands to query the Route 53 nameservers directly.
profile picture
專家
已回答 2 個月前
  • TTL on new records doesn’t dictate how long they propagate across dns servers . Just how long they are cached before asking from them again from the Name servers.

0

Make sure your domain registrar level name servers and the Route 53 hosted zone name servers match. You can find the four Route 53 name servers listed in the Hosted zone details section of your R53 hosted zone.

The exact same name servers must be in your domain registration. This is mentioned as Step 7 in the Route 53 documentation [1].

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

profile pictureAWS
支援工程師
Rutba_Z
已回答 2 個月前
profile picture
專家
已審閱 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南