Optimization Scenarios & What-If Analysis¶
🎯 Strategic Planning | Commands:
runbooks finops scenario,runbooks finops optimize
Overview¶
Model cost optimization strategies with ROI projections and executive-ready recommendations.
When to Use¶
| Scenario | Command | Use Case |
|---|---|---|
| Executive Pitch | runbooks finops scenario --type savings-plan |
Board presentation with $ impact |
| Quarterly Planning | runbooks finops optimize --all-profiles |
Plan next quarter's optimization |
| What-If Analysis | runbooks finops scenario --compare-alternatives |
Compare multiple strategies |
Usage Examples¶
Example 1: Savings Plan Impact Modeling (5 min)
runbooks finops scenario \
--type savings-plan \
--all-profiles \
--format pdf
# Output: Executive summary:
# Current Baseline: $125K/month ($1.5M annual)
#
# Strategy 1: 1-Year Savings Plan
# - Monthly cost: $106K (-$19K = -15%)
# - Annual savings: $228K
# - Upfront commitment: $1.27M
# - ROI: Positive (19% annual savings)
#
# Strategy 2: 3-Year Savings Plan
# - Monthly cost: $88K (-$37K = -30%)
# - Annual savings: $444K
# - Upfront commitment: $3.17M
# - ROI: Excellent (30% annual savings)
#
# Recommendation: 3-year SP (maximize savings + budget certainty)
Example 2: Multi-Strategy Comparison (10 min)
runbooks finops optimize \
--all-profiles \
--compare-strategies \
--format pdf \
--output-dir ./scenarios
# Output: Scenario comparison:
# Baseline: $125K/month
# Decommission only: $112K (-10%)
# Savings Plan only: $106K (-15%)
# Decommission + SP: $94K (-25%)
# Decommission + SP + Optimization: $88K (-30%)
#
# Recommendation: Combine all 3 for maximum impact
Example 3: Per-Service Optimization Strategy (15 min)
runbooks finops scenario \
--breakdown-by-service \
--all-profiles \
--format csv
# Output: Per-service recommendations:
# EC2-Other:
# - Current: $24.5K/month
# - Decommission: -$6K (25%)
# - Right-size: -$3K (12%)
# - SP discount: -$5K (20%)
# - Total: $10.5K (-57% potential)
#
# RDS:
# - Current: $16.4K/month
# - Consolidation: -$3K (18%)
# - RI discount: -$4K (24%)
# - Total: $9.4K (-43% potential)
Scenario Types Supported¶
| Scenario | Parameters | Output |
|---|---|---|
| Savings Plans | 1-year vs 3-year | ROI comparison, upfront cost |
| Reserved Instances | Standard vs Convertible | Flexibility vs savings tradeoff |
| Right-Sizing | Instance type downgrade | Per-instance cost reduction |
| Decommission | Threshold (70-100 points) | High/medium/low confidence targets |
| Storage Tiering | Lifecycle policies | Multi-tier cost reduction |
| Hybrid Approach | All of above combined | Realistic blended strategy |
Executive Reporting¶
All scenarios output CxO-ready PDFs with: - Executive summary (1-page) - Financial projections ($K/month, annual savings) - Implementation timeline (quick wins vs long-term) - Risk assessment (high/medium/low impact) - Recommendation with confidence level
Related Commands¶
optimize-savings-plans- Detailed SP modelinganalyze-ec2- Instance-level optimization detailsdashboard- Baseline cost confirmation
MCP Validation¶
Scenario projections validated at ≥99.5% accuracy using historical cost patterns and AWS pricing APIs.
Accuracy: Historical cost data + pricing model validation = <0.5% variance from actual results.