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

Added actions taken #52

Closed mlevit closed 3 years ago

mlevit commented 3 years ago

Description

Added new actions taken functionality. Every action is now captured and stored within a CSV file in a new S3 Bucket. Along with the Bucket, a new Glue Database and Table have been created to allow querying the data via SQL.

Related issue(s) (if applicable)

Checklist

Generic

Development

Testing

Documentation