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

Ignore in-progress snapshots when parsing #46

Closed danielmklein closed 5 years ago

danielmklein commented 5 years ago

Issue #, if available: #45

Description of changes: Do not include snapshots that are in progress (and hence have no SnapshotCreateTime) when parsing snapshots, in order to avoid throwing errors.

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