HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Show HN: I'm building an AWS cost CLI and need your feedback about it(awsdoctor.compacompila.com)

1 points·by elC0mpa·5 ay önce·1 comments
awsdoctor.compacompila.com
Show HN: I'm building an AWS cost CLI and need your feedback about it

https://awsdoctor.compacompila.com/

2 comments

[deleted]·5 ay önce
elC0mpa·5 ay önce
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!