Update Route53 domains.
Project description
Roadtrip: Route53 domain updates for humans named Matt. At least it works for him. You might find it useful too.
Installation
With pip:
$ pip install roadtrip
With setuptools:
$ easy_install roadtrip
Using
You can use roadtrip to update a round-robin A record, adding a new value if it doesn’t already exist:
$ roadtrip --type A --zone tinygophers.com --name serf1.tinygophers.com --value 1.2.3.4 --add
There is also a compact syntax for each option:
$ roadtrip -t A -z tinygophers.com -n serf1.tinygophers.com -v 1.2.3.4 -a
You can also remove a value from a list:
$ roadtrip --type A --zone tinygophers.com --name serf1.tinygophers.com --value 1.2.3.4 --delete
You can also get help:
$ roadtrip -h
Under the hood
Roadtrip will do its best not to add an entry that already exists or delete an entry that doesn’t. It uses UPSERT to update the values based on the values that exist when you call it.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
roadtrip-0.1.1.tar.gz
(3.7 kB
view hashes)
Built Distribution
Close
Hashes for roadtrip-0.1.1-cp27-none-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 627d759eea76ca782a15b798b27ff0b6dc98edd694ee2a20e71ad69b774d5086 |
|
MD5 | c1f5bf57f195ebff54325457caab1955 |
|
BLAKE2b-256 | c94552be36fc7b8b58c5153e85c173138477231ea509ea841dad3c514780cf04 |