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 145 forks source link

enable functionality that will only take snapshots for RDS Instances … #9

Closed rwarren99 closed 6 years ago

rwarren99 commented 6 years ago

…with tag CopyDBSnapshot set to True.

Currently the only way to selectively choose Instances is via Instancename and a python regular expression. This option allows just the use of tag to decide which instances to select and allows for a more fine grained and targeted instance selection.

mrcoronel commented 6 years ago

Love this! I'll review before end of the week. Thanks!