How to put my registered domain name into DNS server? Is there any DNS server available in this world?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
migrated from webapps.stackexchange.com Jul 29 '11 at 15:11
|
I use Route 53 from Amazon and create A records pointing to my IP. From Route 53 it'll give you the name servers to setup with your registrar so that DNS is handled by Route 53. Now when people go to your website it'll route to Amazon for DNS and ec2 for hosting. |
|||
|
|
|
I would assume that you will have to set up your own dns server (as part of an EC2 server ?) and have the IP address of that dns server put in as your domain's main DNS. I obviously don't know how your setup looks like, but you should be able to set up BIND and then change the entries of your domain wherever it's registered to point to that. |
|||||
|