by jread on 9/10/12, 9:07 PM
I recently did some DNS performance analysis and wrote a blog post about managed DNS services (along with a free report):
http://blog.cloudharmony.com/2012/08/comparison-and-analysis...
Route53 is a good choice for DNS compared to GoDaddy. It has better DDOS mitigation including custom DNS hostnames across different TLDs for each zone, and zone segmenting across their network.
by Nyr on 9/10/12, 8:52 PM
by mpclark on 9/11/12, 7:01 AM
It might be worth mentioning for those that aren't totally confident with DNS that (a) errors in setting up your DNS can take your services off line in unexpected ways (anyone else ever forgotten to put in an MX record and only realised three days later they weren't getting any email?) so be careful, and (b) at the low end one advantage of letting your host manage your DNS is that they can make changes behind the scenes -- for example, changing the IP of your website or moving your account to a different physical machine -- and they'll just update your DNS and everything keeps working. If your site is hosted somewhere like DreamHost but you put your DNS somewhere else, one morning you will wake up and find your site is no longer accessible and you'll have to remember that this is probably why.
by BryanB55 on 9/10/12, 10:28 PM
I'd also recommend taking a look at cloudflare, their DNS service is supposed to be pretty fast, I haven't done any measuring myself but here's a recent post they wrote:
http://blog.cloudflare.com/cloudflare-aka-kickassdnsSo far I've been very happy with their service and it's nice to not only get good DNS hosting but also some security and CDN support.
I switched everything away from Godaddy along time ago. In the past, oh I dont know, maybe year or so, it seems like Godaddy has received so much negative publicity. First with the elephant killing, then with supporting SOPA and now this.
by vegardx on 9/10/12, 10:28 PM
Another option is the Linode DNS Manager. They also have a pretty decent (as far as I can tell, never used it, have my own solution) API for managing them. Or you can just do it via the website.
As far as I can tell it's free of charge, as you only need to be a member, but since I host two of my external DNS servers there I cannot actually check that you don't have to be a customer. Maybe a fellow HN user can verify?
On another note, hosting DNS is really easy once you get the grip on how things work.
by rb2k_ on 9/10/12, 9:57 PM
Another nice options is Cloudflare. Especially for small personal blogs, they are free and even offer to put a CDN in front of your data.
by franklaemmer on 9/10/12, 9:30 PM
After a similar DDoS attack on the german provider InternetX we simply set up our own backup name servers. One can do this on a VPS.
by azarias on 9/11/12, 2:27 AM
Just moved ours to Route 53 in the afternoon. I had been on the fence lately, especially after doing a few of the tests on
http://cloudharmony.com/dnstest, but the move so far has been simple, and new relic reports nearly similar results for us.
by recampbell on 9/10/12, 9:24 PM
We recently wrote a tool which can populate our DNS entries in either Route 53 or another provider (can't recall which). So if one goes down, we can run a script which brings up our DNS entires in the alternate provider.
I guess someone could service-fy this and have a meta-DNS service which let you switch backend providers.
Make it so.
by zhoutong on 9/10/12, 11:43 PM
You can get a Anycast zone (basically it's Route 53) for free with a domain on NameTerrific.
Also the registration is handled by eNom, so you can switch your domain registrar at the same time.
https://www.nameterrific.com/
Disclosure: I'm the founder of NameTerrific.
by jaytaylor on 9/11/12, 2:30 AM
by tux1968 on 9/10/12, 8:39 PM
Does AWS not offer registrar services? Seems a bit inconvenient to find a separate registrar.
by mbell on 9/11/12, 3:30 AM
Side note: If your moving and need to figure out a way to redirect a naked domain without having to run a server, and also happen to be using Google Apps then Google Apps will actually do this for you. Its in the Domain settings in the admin panel.
by rdl on 9/12/12, 4:31 PM
I really wish Route53 did secondary DNS using normal bind zone-transfer protocol.
by marcamillion on 9/12/12, 8:27 PM
If GoDaddy is my domain registrar, but I host my domain on CloudFlare and GoDaddy goes down, will my domain go down?