3

I have recently transferred my domain name trademarklawexplained.com from One.com to AWS.

I have the following set-up in Route53:

Route53 Hosted Zone set-up

For some reason, none of my records (SOA, NS and A) have had any effect. trademarklawexplained.com does not map to 35.176.22.92, nor does it even look at the name server (I tested it with this tool)

Have I set up my hosted zone incorrectly, should I somehow publish it, or is the issue with One.com?

If someone could point me in the right direction to troubleshoot it would be greatly appreciated.

2
  • When you say you have transferred the domain is it you transferred domain renewal and entire domain registration to route53? or only pointing to route 53 Name Servers?
    – Ashan
    Sep 26, 2017 at 21:16
  • I transferred domain renewal and entire domain to Route53.
    – Daniel Apt
    Sep 27, 2017 at 9:42

4 Answers 4

11

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.

Select your registered domain on AWS Route53 Edit name servers

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

2
  • 2
    This answer is still current as of Nov 2020. If you happen to delete, edit or change your hosted zone, Route 53 will NOT update the Name Servers automatically.
    – Joseworks
    Nov 24, 2020 at 15:38
  • Is it safe to leave your records out there in the open? I have watched YouTube videos and they seem to blur out these info, I'm guessing they're sensitive.
    – oluwatyson
    Feb 12, 2021 at 22:16
1

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.

1
  • Thank you. I updated the DNS settings in the hosted zone, but not in the Registered Domains panel. Solved it now.
    – Daniel Apt
    Sep 27, 2017 at 9:43
0

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.

0
0

i have encountered a similar issue, i had to wait for about 2 days to get the A record have a correct routing. However, the A record of alias type to the load-balancer works almost immediately.

1
  • As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.
    – Community Bot
    Sep 14, 2022 at 19:22

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Not the answer you're looking for? Browse other questions tagged or ask your own question.