aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
27 stars 43 forks source link

[DBCluster/DBInstance] Add tagging permissions on delete handlers for FinalSnapshots #554

Closed dbbh closed 3 months ago

dbbh commented 3 months ago

Issue #, if available:

Description of changes: This code change includes explicit AddTagsToResource to delete handlers. When deleting DB instances/DB clusters, the handlers could create a final snapshot which could be tagged. This operation is working currently but the effect is implicit. This code change adds the explicit permissions to clearly state that AddTagsToResource could be invoked depending on the specific workload requested.

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