runbooks finops optimize-savings-plansΒΆ
enrich | Cost Management
β³ PENDING Β· T:βοΈ V:β³ A:β³ X:π
Generate hybrid Savings Plans + RI recommendations (60/30/10 strategy).
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: CF16
All Parameters (9)
| Parameter | Type | Default | Description |
|---|---|---|---|
--lookback-days |
INT | 90 |
Usage history analysis period (default: 90 days, minimum: 30) |
--term-years |
CHOICE(1 | 3) | 1 |
--payment-option |
CHOICE(ALL_UPFRONT | PARTIAL_UPFRONT | NO_UPFRONT) |
--all-profile |
STRING | - | Multi-account profile (defaults to $AWS_BILLING_PROFILE). |
--profile |
STRING | - | AWS billing profile for Cost Explorer (ADR-006 Β§A3-FinOps; defaults to $AWS_BILLING_PROFILE). |
--validate-with-mcp |
BOOL | True |
Enable MCP validation (β₯99.5% accuracy, default: enabled) |
--output |
PATH | - | Export recommendations to Excel |
--verbose |
BOOL | False |
Enable verbose logging |
--cross-validate |
BOOL | False |
Re-derive the primary result from a 2nd independent source and report agreement vs the >=99.5%% accuracy gate. |