Highlights
New Features
- Generate Audit report with --audit flag for one or more AWS CLI profiles. Audit report contains:
- Untagged Resources (EC2, Lambda, ELBv2, RDS only)
- Stopped EC2 Instances
- Unused Volumes
- Unused EIPs
- Budget breaches (if any)
- Generate PDF reports for Cost Dashboard (default mode) and Audit Report (--audit)
Enhanacements
- UX enhanacements
- Empty column bug fixed in CSV file export
Note: CLI remains backward compatible.
Upgrade to this version:
pip install --upgrade aws-finops-dashboard
or
pipx upgrade aws-finops-dashboard
Thanks to @ghorbelmanssour for his contributions in this release.