|
|
|
|
|
by elC0mpa
129 days ago
|
|
I built aws-doctor because I found myself constantly repeating the same manual checks in the AWS Console to find wasted costs (orphaned EBS volumes, unattached IPs, old snapshots, etc.). I wanted a tool that could do a quick "health check" from the terminal without needing to export CSVs or click through the Cost Explorer UI. The tool is written in Go and uses the AWS SDK v2. I just launched this documentation site to make it easier to get started, but if you want to check out the code or the project structure, the repo is here: https://github.com/elC0mpa/aws-doctor I'd love to hear your feedback on: 1 - What other "zombie" resources do you constantly find in your accounts? (I'm looking to add more checks). 2 - What new features you think might add value to the tool. I am thinking about exporting PDF reports 3 - Any feedback on the CLI design/UX. Thanks! |
|