Skip to content

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

runbooks finops optimize-savings-plans --profile <account>

Org-wide (Landing Zone)

# [A3-FinOps] org-wide via Landing Zone hub profile
runbooks finops optimize-savings-plans --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: 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.