mlevit / aws-auto-cleanup

Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
MIT License
496 stars 55 forks source link

cleanup role - added cloudformation:ListStacks access as a result of AWS API update #138

Closed atqhg23 closed 1 year ago

atqhg23 commented 1 year ago

Description

Added cloudformation:ListStacks access to the cleanup role. AWS updated the DescribeStacks API, and as part of this, ListStacks neds to be added when DescribeStacks is used without specifying a resource.

Related issue(s) (if applicable)

Checklist

Generic

Development

Testing

Documentation