Skip to content

runbooks finops enrich-workspacesΒΆ

enrich | Cost Management

⏳ PENDING Β· T:⏳ V:⏳ A:⏳ X:βž–

Enrich a WorkSpaces inventory file with AWS Organizations account metadata.

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

Single account

runbooks finops enrich-workspaces --profile <account>

Org-wide (Landing Zone)

# [A3-FinOps] org-wide via Landing Zone hub profile
runbooks finops enrich-workspaces --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
--input/-i PATH - Input WorkSpaces data file (Excel/CSV with 'AWS Account' column)
--output/-o PATH - Output enriched data file (Excel/CSV/JSON)
--all-profile STRING - Multi-account profile (defaults to $AWS_MANAGEMENT_PROFILE).
--management-profile/-m STRING - AWS management profile (Organizations access)
--display-only BOOL False Display Rich CLI output without file export