Cost-Sentry is a lightweight FinOps agent designed to identify "zombie" resources. Built for the GitHub Copilot CLI Challenge, it uses AI reasoning to audit cloud waste and calculate potential savings.
Unattached EBS volumes are often overlooked, leading to "silent" cloud spend. Cost-Sentry automates the discovery of these volumes and provides an immediate financial report.
- AI Engine: GitHub Copilot CLI (
gh copilot) - SDK: Boto3 (AWS SDK for Python)
- Reporting: Tabulate
- Automated Audit: Scans
us-east-1for volumes in theavailablestate. - Cost Calculation: Uses a standard rate of $$0.10$ per GB/month to estimate waste.
- Formatted Reporting: Generates clean terminal tables for easy review.
python ebs_waste_analyzer.py