Select Language:
If your domain is registered with Route 53 and you want to manage its DNS records, you need to create a hosted zone for that domain. Each hosted zone is given its own set of four name servers automatically by Route 53. These name servers are unique and specific to your hosted zone.
Here’s a simple step-by-step guide to find the right name servers for your domain:
First, sign in to the AWS Management Console and go to the Route 53 console. Once you’re there, click on “Hosted zones” on the left side menu. If you haven’t created a hosted zone for your domain yet, you’ll need to do that now and make sure the name matches your domain name.
After you have your hosted zone set up, select it by clicking the radio button next to its name. Then, click on “View details.” On the next screen, select “Hosted zone details.” You will see the four name servers listed under “Name servers.” Write these down.
These four name servers are specially assigned for your hosted zone. When you update your domain registration, make sure to use these exact servers. It’s important to know that you can’t copy name servers from another domain or hosted zone because each one has its own specific set.
Once your hosted zone has the correct DNS records (including any redirects or other configurations), update your domain registration to point to these four name servers. After changing them, DNS updates may take some time to fully propagate across the internet. Once that happens, your domain will be active again, and Route 53 will handle all the DNS requests.
The reason each domain has different name servers is that Route 53 automatically assigns a unique set to distribute the DNS load and ensure efficient management. This setup helps keep your domain running smoothly.
For more detailed information, you can refer to the official AWS documentation on migrating inactive domains and the creation of NS and SOA records in Route 53.



