|
Project Information
|
Introductionroute53d is a DNS frontend to the Amazon Route 53 API. It allows you to use standard DNS tools to make changes to your Route 53 zones. At the moment it supports adding and deleting resource records by dynamic update (e.g with nsupdate). Support for slaving from your master DNS server by incremental zone transfer (IXFR) and pushing zones changes to the API is committed but not yet well tested. Grab the source to try it. Requirements
Installation
CaveatsAt the moment there is no authentication. Be sure that route53d isn't reachable from untrusted sources. The DNS dynamic update mechanism allows deletion of 1) a specific resource-record, 2) a resource-record set, or 3) deletion of all records belonging to a name. The Route 53 API implements only specific resource-record deletion so route53d will reject requests for the other deletion types. There has been only one release of route53d because it relies on features in the development train of boto. Until boto makes a release with their Route 53 support their APIs are still subject to change and potential breakage. |