Cloud DNS Service with API

别来无恙 提交于 2019-12-12 06:04:24

问题


I just read about Amazon's new Route 53 scalable DNS service in the cloud. It seems like an affordable way of upping the reliability of a few high-volume zones. But at a cost of $1/month per zone, it is not price-effective if you want to manage several hundred low-volume zones.

Just because a zone has a low volume of requests, doesn't mean it should not be reliable. I'm looking for a scalable DNS web service that can be managed via an API that is affordable for managing many low-volume zones.

Or should I just run a DNS server on a cloud Linux box?


回答1:


I know this is abit late but we use Rackspace Cloud DNS, not had any issues yet. http://www.rackspace.com/cloud/cloud_hosting_products/dns/




回答2:


How about Zerigo they even have a free tier. https://www.zerigo.com/managed-dns/pricing




回答3:


I believe Dyn.com does this, take a look at e.g. http://dyn.com/open-dialogue/dynamic-discourse/dynect-api2-preview - haven't looked at it myself in detail though...




回答4:


I am using CodebaseHQ for my SVN and saw a while back that they offer DNS with API called PointHQ




回答5:


Rolling your names servers might be way to go, if your requirements are not too complicated, you could just write software that creates the config files for Bind.

Since you are planning on having quite many domains, another option might be a reseller account at Joker.com. Joker provides free of charge basic DNS services for domains that are registered through them and for resellers there is also API.



来源:https://stackoverflow.com/questions/4449941/cloud-dns-service-with-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!