mlevit / aws-auto-cleanup

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

CloudFormation whitelist #55

Closed mlevit closed 3 years ago

mlevit commented 3 years ago

Description

Resources provisioned by a whitelisted or new CloudFormation Stack will also be whitelisted preventing the need to whitelist the Stack and the resources individually.

Related issue(s) (if applicable)

N/A