Reputation: 1
I would like to redirect from wix domain to my amazon domain. But when I check NS on Route 53 I see following data:
ns-.awsdns-.org.
ns-*.awsdns-.net.
ns-****.awsdns-.co.uk.
ns-*.awsdns-**.com.
Which one I should put in CNAME of wix or how I put it to CNAME?
I followed the post Is it easier to take the domain from WIX and host the domain under AWS? Or is there another way to do this?
Upvotes: 0
Views: 524
Reputation: 126
Login into AWS console and goto Route 53. You will see the NS entry. In NS entry there will be multiple record sets like,
ns1.amazon.com
ns2.amazon.org
ns3.amazon.net
ns4.amazon.co.uk
Copy those and paste in the WIX. And make sure there should be no dot in the end of NS record.
Upvotes: 1