Hacker News new | ask | show | jobs
Cloud-cost-CLI – Find AWS and Azure cost waste in less than 60 seconds (github.com)
3 points by vuhp 144 days ago
1 comments

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!