I’ve just released CleanCloud v0.4.0, an open-source CLI for cloud hygiene — safely identifying orphaned or inactive cloud storage and log resources without auto-deleting anything.
This release focuses on making scans faster and safer:
Parallelized cloud API calls for much faster scans
Safety integration tests to prevent risky recommendations
Improved “doctor” diagnostics for permissions and environment issues
Repo moved to a dedicated org (cleancloud-io) for long-term maintenance
CleanCloud is intentionally:
Read-only and agentless
Conservative (never recommends deletion on a single signal)
Transparent (confidence levels instead of yes/no decisions)
Telemetry-free
The goal is to help SRE teams review cloud hygiene issues safely, especially in IaC-heavy environments where ownership is often unclear.
Project: https://github.com/cleancloud-io/cleancloud
Feedback very welcome — especially from folks running this in CI or large AWS/Azure estates.
Suresh