runbooks finops ec2-snapshotsΒΆ
enrich | Cost Management
β³ PENDING Β· T:βοΈ V:β³ A:β³ X:β
EC2 snapshot cost optimization and cleanup analysis.
Analyzes AWS/Azure cost data via Cost Explorer API for optimization opportunities
Single account
Org-wide (Landing Zone)
Show a Cost Management analyzes aws/azure cost data via cost explorer api for optimization opportunities summary for last month across all accounts and flag any anomalies above the 20% threshold.
βοΈ Cloud Foundations: CF10 CF16
All Parameters (8)
| Parameter | Type | Default | Description |
|---|---|---|---|
--older-than-days |
INT | 90 |
Minimum age in days for cleanup consideration (default: 90) |
--validate |
BOOL | True |
Enable MCP validation for β₯99.5% accuracy (default: enabled) |
--cleanup |
BOOL | False |
Enable cleanup recommendations (READ-ONLY analysis only) |
--export-results |
BOOL | False |
Export analysis results to JSON file |
--safety-checks |
BOOL | True |
Enable comprehensive safety validations (default: enabled) |
--all |
BOOL | False |
Use all available AWS profiles for multi-account snapshot analysis |
--output-dir |
PATH | . |
Destination folder for cost reports β wrong path = exports silently overwrite each other or land in an unreviewed... |
--cross-validate |
BOOL | False |
Re-derive the primary result from a 2nd independent source and report agreement vs the >=99.5%% accuracy gate. |