HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vuhp

no profile record

Submissions

Show HN: Cloud-cost-CLI – Find cloud $$ waste in AWS, Azure and GCP

github.com
4 points·by vuhp·há 5 meses·4 comments

Cloud-cost-CLI – Find AWS and Azure cost waste in less than 60 seconds

github.com
3 points·by vuhp·há 5 meses·1 comments

comments

vuhp
·há 5 meses·discuss
Thanks for the suggestion. I will look into that.

Btw, the previous version didn't detect EBS volumes attached to stopped instances. I just released new patch version for that.
vuhp
·há 5 meses·discuss
Thanks! Actually I already built Option 1 (JSON files + compare command), just haven't published it yet. Will be in the next release.

But your comment made me think about Option 2 more - exporting metrics to existing monitoring stacks, OTel/Prometheus. For teams already using them, that might actually be "dead simple" since there's no new tool setup or learn.

I would appreciate any suggestions.
vuhp
·há 5 meses·discuss
Author here. Built this because I was frustrated with how hard it is to find obvious cloud waste (idle VMs, unattached volumes, etc.).

Existing tools are either expensive SaaS or require navigating complex dashboards. I wanted something fast and CLI-native.

It's read-only, runs locally with your cloud credentials, and outputs a ranked list of savings opportunities with estimates.

Just released v0.2.0 with Azure support. Roadmap includes GCP and real-time pricing.

Happy to answer questions!