AWS Route 53 - Updating primary NS (Name Servers)
It is unlikely that many folks will find themselves in this particular situation.
I have several AWS master/payer accounts - and one of the accounts "owned" my domain (cloudxabide.com) and I wanted to manage and control that domain from a different master account.
Account A - cloudxabide.com.
Account B - example.com. myotherexample.com.
Initiate the transfer of the domain by... (complete this later)
Create Hosted Zone (cloudxabide.com) and retrieve the 4 NS entries.
Then click on Registered Domains and the zone you wish to update.
Under the Name servers section there should be a "Add or edit name servers" entry - click on that.
Replace the existing server entries with the values you found above.
Once you have completed this step, you will need to wait for an email indicating the update has occurred. You may have to wait up to 2 days for the records to finishing traversing the Interwebs, as well.
whois cloudxabide.com | grep ^Name
dig +short NS cloudxabide.com
nslookup -type=NS cloudxabide.com
If you're impatient... you can tell the commands which server to query
dig @ns-1410.awsdns-48.org cloudxabide.com.
nslookup cloudxabide.com. ns-1410.awsdns-48.org
I have several AWS master/payer accounts - and one of the accounts "owned" my domain (cloudxabide.com) and I wanted to manage and control that domain from a different master account.
Account A - cloudxabide.com.
Account B - example.com. myotherexample.com.
Initiate the transfer of the domain by... (complete this later)
Create Hosted Zone (cloudxabide.com) and retrieve the 4 NS entries.
Then click on Registered Domains and the zone you wish to update.
Under the Name servers section there should be a "Add or edit name servers" entry - click on that.
Replace the existing server entries with the values you found above.
Once you have completed this step, you will need to wait for an email indicating the update has occurred. You may have to wait up to 2 days for the records to finishing traversing the Interwebs, as well.
whois cloudxabide.com | grep ^Name
dig +short NS cloudxabide.com
nslookup -type=NS cloudxabide.com
If you're impatient... you can tell the commands which server to query
dig @ns-1410.awsdns-48.org cloudxabide.com.
nslookup cloudxabide.com. ns-1410.awsdns-48.org
Comments
Post a Comment