Skip to content

runbooks finops optimizeΒΆ

enrich | Cost Management

⏳ PENDING Β· T:βœ”οΈ V:⏳ A:⏳ X:βž–

Generate cost optimization recommendations for specific resource types.

Analyzes AWS/Azure cost data via Cost Explorer API for optimization opportunities

Single account

runbooks finops optimize --profile <account>

Org-wide (Landing Zone)

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

Parameter Type Default Description
--resource-type CHOICE(ec2 s3 rds
--savings-target FLOAT_RANGE 0.3 Target savings percentage (0.1-0.8)
--analysis-depth CHOICE(basic comprehensive enterprise)
--mcp-validate BOOL False Enable MCP validation for β‰₯99.5% accuracy cross-validation
--profile STRING - Connect to the correct AWS account β€” wrong account = incorrect cost attribution.