- Newest
- Most votes
- Most comments
Hi,
Probably not. DNS recursive resolvers cache the names of name servers for up to two days, so the DNS resolver that got the wrong name servers from Route 53 still is using those name servers. Folks who use a different DNS resolver should be able to access your website now if everything else is set up correctly. The Route 53 Developer Guide explains how this works at a high level. See "How Amazon Route 53 Routes Traffic for Your Domain":
Scott
The nameservers assigned to your domain name don't have any DNS records for it. Check the NS records of your hosted zone in Route 53 for the correct list of nameservers you should be using. Then attach those to your domain via your registrar's control panel. If that's also Route 53, you can do so via "Registered Domains".
Hi,
I took a look at your hosted zone and your domain. The name servers that Route 53 assigned to your hosted zone should also appear in two other locations:
~ The NS record for the hosted zone
~ The name servers that are associated with the domain registration
The name servers in the NS record and the name servers for the domain are different from the name servers that Route 53 assigned to the hosted zone. Here's how you fix that:
- Get the name servers that Route 53 assigned to the hosted zone. See "Getting the Name Servers for a Public Hosted Zone" in the Route 53 Developer Guide:
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/GetInfoAboutHostedZone.html
- Update the NS record in the hosted zone to use the name servers that you got in step 1. See "Editing Records":
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-editing.html
- Update the domain registration to use the name servers that you got in step 1. See "Adding or Changing Name Servers and Glue Records for a Domain":
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-name-servers-glue-records.html
Scott
Thank you and RobMM for replying. I have done as suggested but still am not able to access the website as expected.
Was there something I've missed?
Thanks
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
After using CloudFront to serve HTTPS requests to my Amazon S3 bucket, should I still configure routing traffic to S3?