Tool to allow for the management of aws rds aurora snapshots and clusters.
Project description
rds-snap
pip installable tool to allow user to manage AWS RDS Aurora snapshots/clusters.
Motivation
This opinionated tool is used for the following:
- create snapshots of AWS RDS Clusters
- share/copy snapshots between AWS accounts
- restore AWS RDS Clusters from snapshots
- destroy AWS RDS Clusters
TODO
- refine logging
- add tests
Installation
Using Pip
$ pip install rds-snap
Manual
$ git clone https://github.com/RingierIMU/rds-snap
$ cd rds-snap
$ python setup.py install/make install
This will install the tool.
Development
$ git clone https://github.com/RingierIMU/rds-snap
$ cd rds-snap
$ make dev
This will create an environment, format and build the tool.
Usage
The example shell script outlines some common uses.
Output
Sample output while recreating a cluster from and snapshot:
[2021-08-13 09:57:58,983] rds-snap [INFO] create_cluster_and_wait 268: Creating cluster my-workspace-example
[2021-08-13 09:58:00,073] rds-snap [INFO] create_cluster_and_wait 289: Waiting for cluster my-workspace-example to become available
[2021-08-13 10:17:38,209] rds-snap [INFO] create_cluster_and_wait 298: Cluster my-workspace-example ready in 19m:38s
[2021-08-13 10:17:38,710] rds-snap [INFO] create_instance_and_wait 546: Creating cluster instance my-workspace-example-instance-0
[2021-08-13 10:17:39,698] rds-snap [INFO] create_instance_and_wait 559: Waiting for cluster instance my-workspace-example-instance-0 to become available
[2021-08-13 10:23:57,238] rds-snap [INFO] create_instance_and_wait 568: Cluster instance my-workspace-example-instance-0 ready in 6m:18s
[2021-08-13 10:23:57,509] rds-snap [INFO] update_password_and_wait 308: Updating password for cluster my-workspace-example
[2021-08-13 10:24:01,644] rds-snap [INFO] update_password_and_wait 326: Waited for update command to propagate to cluster my-workspace-example in 4s
[2021-08-13 10:24:01,644] rds-snap [INFO] update_password_and_wait 330: Waiting for cluster my-workspace-example to become available
[2021-08-13 10:25:03,921] rds-snap [INFO] update_password_and_wait 338: Cluster my-workspace-example ready in 1m:02s
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
rds-snap-0.1.0.tar.gz
(10.9 kB
view details)
Built Distribution
rds_snap-0.1.0-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file rds-snap-0.1.0.tar.gz
.
File metadata
- Download URL: rds-snap-0.1.0.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f75bcfdf5d5c9fdbf659608822c5e908981184fa6b5d1fc207315472068ded7 |
|
MD5 | 71783a250a0e958bbf586f9f9a21d17a |
|
BLAKE2b-256 | dab5e3c5d614b342d1dafea5e1079c65d6ea27e2f15c934bf00ce493d5d366fa |
File details
Details for the file rds_snap-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: rds_snap-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c98025fd5aff018515e931fc1f22b5e23340e5cb0a5ab91b3fff0df59b5091bf |
|
MD5 | 1beaa285a92be877d5337bb50bc319fd |
|
BLAKE2b-256 | 268fb0283a809927f921968ec8b41860bbd7713b49b0ba7845747fb2e697e164 |