Backup and restore Route53 zones, or transfer between AWS accounts.
Project description
Backup and restore Route53 zones, or transfer between AWS accounts.
Installation
pip install route53-transfer
Usage
Backup a zone
Backup the example.com zone to a CSV file.
route53-transfer backup example.com backup.csv
Use STDOUT instead of a file
route53-transfer backup example.com -
Restore a zone
Restore the example.com zone from a CSV file.
route53-transfer load example.com backup.csv
Use - to load from STDIN instead.
Migrate between accounts
Use the command line switches to override the access and secret keys. Dump from one account, load into another.
route53-transfer --access-key-id=ACCOUNT1 --secret-key=SECRET dump example.com route53-transfer --access-key-id=ACCOUNT2 --secret-key=SECRET load example.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file route53-transfer-0.1.1.tar.gz
.
File metadata
- Download URL: route53-transfer-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | baf044da792bebcab3f824f34c17362ddda87f03e01f50a6d180ecc902b0efa0 |
|
MD5 | 2a9821925073eb1408e9856e2d2412d7 |
|
BLAKE2b-256 | babd391c75ed08f4188ca7429cad48bcfe418776592b275551642844b14288fa |