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

Fixed missing RDS permissions #63

Closed troydieter closed 3 years ago

troydieter commented 3 years ago

Issue #, if available:

Tracked via Issue #62

Description of changes:

Added "rds:AddTagsToResource" to the inline_policy_snapshots_rds IAM policy as it was failing for lack of permission.

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