Cloud Waste Optimization-as-a-Service [CLI Tool]
Python, AWS (EC2, RDS, S3, Lambda, DynamoDB), Terraform, CloudWatch, boto3 SDK, GitHub API
-
Led a 3-developer team to build a Python CLI tool that reduced AWS costs by 30-40% through automated resource optimization.
- Scanned 5 AWS services (EC2, RDS, S3, Lambda, EBS) using boto3 and CloudWatch, identifying $50-500 monthly savings per finding.
-
Deployed infrastructure using Terraform IaC with DynamoDB, S3, and Lambda, ensuring encrypted storage and least-privilege IAM.
- Built a rule-based analysis engine categorizing findings by severity (CRITICAL/HIGH/MEDIUM/LOW) with 95% accuracy in waste detection.
-
Parsed Terraform files from GitHub using python-hcl2 to identify misconfigurations before production deployment.
-
Processed 100+ resources per scan in under 60 seconds with DynamoDB persistence and CloudWatch monitoring