How do I set up DNS with nic.io to point to an AWS EC2 server?
Posted
by
Chad Johnson
on Server Fault
See other posts from Server Fault
or by Chad Johnson
Published on 2013-11-08T23:40:45Z
Indexed on
2013/11/09
4:00 UTC
Read the original article
Hit count: 464
I purchased a domain one week ago via nic.io. I have elected to provide my own DNS [because they provided no other option].
I'm trying to point my .io domain at my EC2 server instance. I've allocated an elastic IP and associated it with the instance. I can SSH into the instance and access point 80 via the IP address just fine. The IP is 54.235.201.241.
nic.io support said the following: "You have selected to provide your own DNS and therefore if there is an issue with the set-up of the name servers you will need to contact your DNS provider."
So, I created a Hosted Zone via Route 53 in AWS. This created NS and SOA records. I then set the Primary and Secondary servers at nic.io's domain admin page to the SOA record domains. Additionally, I set the optional servers to the NS domains. I did this two days ago, and I can't access the server via the domain.
I ran a DNS check here...still not sure what I need to do: http://mydnscheck.com/?domain=chadjohnson.io&ns1=&ns2=&ns3=&ns4=&ns5=&ns6=.
I have no idea what I'm supposed to do. Does anyone have any ideas?
© Server Fault or respective owner