Skip to content

Add support for nuking Redshift Snapshot Copy Grants #965

@james00012

Description

@james00012

Redshift Snapshot Copy Grants are not currently supported by cloud-nuke. These resources can accumulate from failed or incomplete test runs, eventually hitting the AWS quota limit of 10 grants per region.

When the quota is exceeded, Terraform deployments fail with: SnapshotCopyGrantQuotaExceededFault: Cannot create more than 10 snapshot copy grants.

The resource type is aws_redshift_snapshot_copy_grant in Terraform, and can be listed via aws redshift describe-snapshot-copy-grants. Adding support for nuking these resources would help keep test accounts clean and prevent quota-related failures.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions