Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entering Route53 Nameservers gives me errors on Godaddy

Tags:

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.

like image 452
user1072337 Avatar asked Mar 19 '14 18:03

user1072337


People also ask

Why can't I access my website that uses Route 53 DNS services?

Check the website's public hosted zone resource records sets Verify the public hosted zone for your website's domain name in Route 53 is populated with the appropriate resource records sets. To update the values for records sets, see Editing Records.


2 Answers

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.

like image 129
Michael - sqlbot Avatar answered Sep 21 '22 17:09

Michael - sqlbot


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

like image 38
RahulKrishnan R A Avatar answered Sep 18 '22 17:09

RahulKrishnan R A