Entering Route53 Nameservers gives me errors on Godaddy

纵然是瞬间 提交于 2020-01-01 04:06:31

问题


I have set up an elastic IP for my EC2 instance on Amazon Web Services.
I have also set up the correct Record Sets in Route53.

However, when I try to add the name servers that are given to me into GoDaddy to point to my domain, I am getting an error:

You entered invalid characters. Valid characters include letters, numbers, and periods.

There are four name servers and they look something like this:

ns-***.awsdns-**.com. 
ns-****.awsdns-**.co.uk.
ns-***.awsdns-**.net.
ns-****.awsdns-**.org. 

Where the *'s are numbers. It also won't let me add more than 2 name servers as it is.


回答1:


In the Go Daddy Domain Control Panel, don't launch the DNS manager...  Instead, click on the "Set Nameservers" link, just to the left of that.  

Select the radio button next to "I have specific nameservers for my domains" and then populate the 4 nameserver hostnames provided by Route 53, into those 4 boxes.

Don't enter the dot at the end of each nameserver name into the boxes.




回答2:


You have to copy the aws nameservers without '.' at the end and add to the following name server field.

aws nameservers:

-ns-*.awsdns-.com

-ns-****.awsdns-**.co.uk

-ns-*.awsdns-.net

-ns-****.awsdns-**.org

In the Godaddy setting:

Domains ->set nameserver->custom->ns-*.awsdns-.com




回答3:


There are two types of nameservers, with one you can define nameservers that share your domain, like ns1.domain.com and the other where you can specify 1 or more name servers to resolve queries for your domain.

I believe you are trying to update the first one, when you should update the second one.



来源:https://stackoverflow.com/questions/22515498/entering-route53-nameservers-gives-me-errors-on-godaddy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!