Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

route53-transfer-0.1.1.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file route53-transfer-0.1.1.tar.gz.

File metadata

File hashes

Hashes for route53-transfer-0.1.1.tar.gz
Algorithm Hash digest
SHA256 baf044da792bebcab3f824f34c17362ddda87f03e01f50a6d180ecc902b0efa0
MD5 2a9821925073eb1408e9856e2d2412d7
BLAKE2b-256 babd391c75ed08f4188ca7429cad48bcfe418776592b275551642844b14288fa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page