jckuester / awsweeper

A tool for cleaning your AWS account
Mozilla Public License 2.0
469 stars 45 forks source link

Ability to filter by age of a resource #36

Closed mousavian closed 5 years ago

mousavian commented 5 years ago

Introducing new filter based on created time of a resource but compared to current time which is non-idempotent version of created.

This enables us to run awsweeper on schedule to clean up stale resources without changing config file.

Let me know what you think. I'd be happy to apply any suggestion for improvement. Regards

jckuester commented 5 years ago

Good idea, but we need to unit tests so that I can merge it :)