jckuester / awsweeper

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

prints resources before deleting them instead of after #63

Closed sonderops closed 4 years ago

sonderops commented 4 years ago

This prints resources prior to deleting them

Before: screenshot21

After: screenshot22

I'm not a golang expert, there is likely a cleaner way of doing this.

jckuester commented 4 years ago

Hi @sonderops :wave: I am aware that this was an issue, so thank you for your fixing it!

BTW, it seems many people like using awsweeper, so I plan a major refactoring and also to support more resources. Currently, I am working on another cleanup tool with a different purpose: https://github.com/jckuester/terradozer

sonderops commented 4 years ago

No provlem @jckuester when doing a refactor consider the use case I have created in my other PR #64 as nuking certain resources that have been created without matching tags is definitely a use case we have.