Mobile app version of vmapp.org
Login or Join
Tiffany637

: Point domain to Amazon EC2 Server I just got a domain from a rather suspicious registrar and I want to point that domain to an EC2 instance from Amazon AWS. I already have an elastic IP

@Tiffany637

Posted in: #AmazonEc2 #Dns #Domains

I just got a domain from a rather suspicious registrar and I want to point that domain to an EC2 instance from Amazon AWS. I already have an elastic IP ready and just need to point the domain to it.

However my registrar asks me for my nameservers, (ns1.somedomain.com, etc), which I don't have, since Amazon is not your typical webhost. I've read on the amazon forums that you only need to create an A record, which I did, but my registrar forces me to put some values in the ns1 and ns2 fields, so am I doing something wrong? I'm not very familiar with DNS.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Tiffany637

1 Comments

Sorted by latest first Latest Oldest Best

 

@Michele947

While many domain name registrars also provide basic DNS hosting services for domains registered through them, it looks like your registrar may be one of the few that don't. In that case, you basically have two or three options:


Use a third-party DNS provider. There are way too many of those around to list here, but just searching Google for "DNS hosting" will turn up plenty of options.
Use Amazon's own Route 53 service, which is presumably better integrated with their other services than an external DNS service would be.
Run your own DNS servers as EC2 instances with elastic IPs. I wouldn't recommend this, since it's complicated and probably gains you nothing over going with Route 53 or an external DNS provider, but I'll list it here for completeness, since it should work in principle.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme