Infrawise Azure Cloud Optimization
Yet another cloud cost optimizer competing with Vantage, CloudHealth, and Azure Cost Management.
Shift-left cloud hygiene for AWS, Azure & GCP - deterministic read-only waste detection with no agents, no telemetry, safe for regulated environments.
This is the kind of tool you run in CI to block cost regressions: read-only scans, per-finding evidence and LOW/MEDIUM/HIGH confidence levels, plus an exit code you can fail builds on (--fail-on-confidence HIGH). The project deliberately avoids phone-home telemetry and destructive actions, which makes it attractive for regulated environments, though it’s narrowly focused (AWS + Azure only, 20 conservative rules) rather than aiming to be a full-cost-management suite.
SREs, platform engineers, DevOps teams, and security/compliance groups managing cloud costs
CleanCloud is different: read-only, runs in your environment, and enforces hygiene as a CI/CD gate.
AWS Rules (10): - Unattached EBS Volumes - Old EBS Snapshots (90+ days) - Infinite Retention CloudWatch Logs - Unattached Elastic IPs (30+ days) - Detached Network Interfaces (60+ days) - Untagged Resources (EBS, S3, Log Groups) - Old AMIs (180+ days) - Idle NAT Gateways (~$32/mo each) - Idle RDS Instances (zero connections 14+ days) - Idle Load Balancers (zero traffic 14+ days)
Azure Rules (10): - Unattached Managed Disks - Old Snapshots - Unused Public IPs - Empty Load Balancers - Empty Application Gateways - Empty App Service Plans - Idle VNet Gateways - Stopped (Not Deallocated) VMs — still incurring full compute charges - Idle SQL Databases (zero connections 14+ days) - Untagged Resources
Every finding includes: - Confidence level (HIGH / MEDIUM) - Evidence and signals used - Resource details and age
Enforce in CI/CD: cleancloud scan --provider aws --all-regions --fail-on-confidence HIGH Exit 0 = pass. Exit 2 = policy violation. - No write access. - No telemetry. - No SaaS.
"pip install cleancloud" and run your first scan in 5 minutes.
GitHub: https://github.com/cleancloud-io/cleancloud
If you’re one of the 200+ users who have downloaded CleanCloud, we’d love to hear what you found. Please open an issue at https://github.com/cleancloud-io/cleancloud or leave a comment below.
Yet another cloud cost optimizer competing with Vantage, CloudHealth, and Azure Cost Management.
Hackathon-stage; needs real validation that repo analysis beats manual estimation.
Pinpoints exact cost drivers like expired Reserved Instances instead of just showing service-level charts.
Natural language to cloud spec with compliance + cost, but cost accuracy needs work.
Detects idle L40S nodes and oversized SageMaker endpoints to cut AWS GPU spend.
Solves the enterprise 'deploy to our VPC' objection without losing managed control.