Stories by sureshcsdp
Hi HN,<p>I’m a solo founder and SRE background engineer. I built CleanCloud to solve a problem I kept seeing on teams I worked with: cloud accounts slowly filling up with orphaned, unowned, or inactive resources created by elastic systems and IaC — but nobody wants tools that auto-delete things.<p>C...
Hi HN,<p>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.<p>This release focuses on making scans faster and safer:<p>Parallelized cloud API calls for much faster scans<...
Most cloud cost tools require write access, send data to SaaS platforms, and generate reports no one acts on.<p>CleanCloud is different: read-only, runs in your environment, and enforces hygiene as a CI/CD gate.<p>AWS Rules (10):
- Unattached EBS Volumes
- Old EBS Snapshots (90+ days)
- Infi...
I built CleanCloud, an open-source CLI that finds orphaned cloud resources using read-only APIs. Safe for production.<p>12 rules shipped (6 AWS, 6 Azure):<p>AWS: Unattached EBS volumes, old snapshots, CloudWatch logs with infinite retention, untagged resources, unattached Elastic IPs, detached ENIs....
I've been building CleanCloud (open-source cloud cost scanner) and discovered the biggest adoption blocker wasn't our feature set<p>It was InfoSec approval.<p><pre><code> The Problem: The Code Audit Wall
Every enterprise we talked to had the same process:
1. SRE team loves the tool, ...