aws-nuke
aws-nuke copied to clipboard
Support for report output as json, csv
I use aws-nuke for purpose of resource discovery across my AWS accounts.
It would be nice if aws-nuke could support exporting the discovered resources as json or csv.
Sounds like an interesting idea. Unfortunately it will take a while until we find time implementing it.
Meanwhile you might be interested in awsls.
Another reason for this request was to kind of review all nukeable resources in a csv using filters and all other excel foos and finally create a consolidated exceptions as part of config yaml before proceeding with nuking the resources. The terminal output was not very review friendly , hence this issue.
Unfortunately it will take a while until we find time implementing it.
Sure I understand.
Also thanks for the link of the awsls tool. Seems interesting , will check that out.
Hello there!
I noticed the discussion here and thought it might be a good opportunity to introduce a tool I've been working on that could be relevant to this conversation. My project, aws-nuke-exporter, is designed to help users export aws-nuke logs into structured formats like JSON or CSV, making it easier to parse and analyze the output.
The tool is easy to use and can be a great asset for those who regularly work with aws-nuke and need a more streamlined way to handle the logs. It's open-source and available on PyPI for easy installation pip install aws-nuke-exporter.
You can find more information about it, including usage instructions, on the GitHub repository: aws-nuke-exporter.
I'd love for you all to check it out and hear any feedback or suggestions you might have. If it suits your needs, feel free to use it and contribute to its development!
Thanks for considering it, and I hope it can be of help to those using aws-nuke !