awslabs / rds-snapshot-tool

The Snapshot Tool for Amazon RDS automates the task of creating manual snapshots, copying them into a different account and a different region, and deleting them after a specified number of days
Apache License 2.0
341 stars 146 forks source link

Limits snapshot parsing to manual snapshots only. #39

Closed rts-rob closed 5 years ago

rts-rob commented 5 years ago

Issue #, if available: #38

Description of changes:

Adds the SnapshotType parameter with value 'manual' to the call to describe_db_cluster_snapshots in order to avoid processing automated snapshots.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.