While dnscurl.pl gives you access to Amazon Route 53, it does require reading and writing XML to actually interface with the service. cli53 from Barnaby Gray gives a simpler way to manage Route 53 on the command line as well as being able to work with BIND format zone files.

Install options

pip

Console - user@hostname ~ $

1
sudo pip install cli53

GitHub

Console - user@hostname ~ $

1
2
3
git clone https://github.com/barnybug/cli53.git
cd cli53
sudo python setup.py install

Credentials

cli53 uses boto, so you have the options of:

Resources

Parts in this series