Skip to content

runbooks finops exportΒΆ

enrich | Cost Management

βœ… CERTIFIED Β· T:βœ”οΈ V:βž– A:βž– X:βž–

Export financial analysis results in multiple formats.

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

Single account

runbooks finops export --profile <account>

Org-wide (Landing Zone)

# [A3-FinOps] org-wide via Landing Zone hub profile
runbooks finops export --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 (7)
Parameter Type Default Description
--format CHOICE(csv json pdf
--output-dir STRING ./finops_reports Destination folder for cost reports β€” wrong path = exports silently overwrite each other or land in an unreviewed...
--include-quarterly BOOL False Include quarterly intelligence data
--executive-summary BOOL False Generate executive summary format
--mcp-validate BOOL False Enable MCP validation for β‰₯99.5% accuracy cross-validation
--input PATH - Input JSON or CSV file to re-export in a different format
--profile STRING - Connect to the correct AWS account β€” wrong account = incorrect cost attribution.