Skip to content

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

runbooks finops ec2-snapshots --profile <account>

Org-wide (Landing Zone)

# [A3-FinOps] org-wide via Landing Zone hub profile
runbooks finops ec2-snapshots --all-profile $AWS_BILLING_PROFILE

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.