2 Answers
- Newest
- Most votes
- Most comments
1
Checking. Did you login to your namecheap to update the name servers to R53?
See How to Change DNS For a Domain. Select Custom DNS
and add the R53 name servers.
After that, you can use dig or nslookup to verify, e.g.
%% nslookup
> server 8.8.8.8
> set type=NS
> yourdomain.net
Server: dns.google
Address: 8.8.8.8
Non-authoritative answer:
yourdomain.net nameserver = ns-129.awsdns-24.org
yourdomain.net nameserver = ns-151.awsdns-01.co.uk
yourdomain.net nameserver = ns-27.awsdns-33.com
yourdomain.net nameserver = ns-67.awsdns-13.net
0
when you transfer a domain below steps need to follow. make sure you follow all the step because If you skip a step, your domain might become unavailable on the internet.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html
once you complete the steps make sure to check the status of transfer request. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53-status.html
for troubleshoot you can check above post and verify the setting.
answered 10 months ago
Relevant content
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 7 months ago
My DNS Domain had already been transferred to AWS Route53, what I realized when in route53->Domains->Registered domain: registered domain, clicked on my domain. In this record under Name servers is where I saw that it was pointing to the old Name Servers, I updated this record to use the aws name servers and then it worked.