runbooks finops cost-dropsΒΆ
enrich | Cost Management
β³ PENDING Β· T:βοΈ V:β³ A:β³ X:π
Detect month-over-month cost drops across all linked accounts and services.
Analyzes AWS/Azure cost data via Cost Explorer API for optimization opportunities
Single account
Org-wide (Landing Zone)
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 (18)
| Parameter | Type | Default | Description |
|---|---|---|---|
--profile |
STRING | - | AWS profile for single-account operations. |
--region |
STRING | ap-southeast-2 |
AWS region override (default: ap-southeast-2) |
--dry-run |
BOOL | True |
Safe analysis mode - no resource modifications (enterprise default) |
-f/--format/--output-format |
CHOICE(json | csv | table |
--output-dir |
PATH | ./ops_evidence |
Directory for generated files and evidence packages |
--all-outputs |
BOOL | False |
Generate all output formats (JSON, CSV, PDF, Markdown) - use with --output-dir |
--csv |
BOOL | False |
Export to CSV format (convenience flag, activates --all-outputs) |
--json |
BOOL | False |
Export to JSON format (convenience flag, activates --all-outputs) |
--markdown |
BOOL | False |
Export to Markdown format (convenience flag, activates --all-outputs) |
--export |
BOOL | False |
[DEPRECATED] Use --all-outputs instead |
--validate |
BOOL | False |
Enable MCP validation for enhanced accuracy (β₯99.5% target) |
--confidence-threshold |
FLOAT | 99.5 |
Minimum confidence threshold for validation (default: 99.5%%) |
--top |
INT | 30 |
Number of top cost drops to display (default: 30) |
--months |
CHOICE(2 | 3 | 4 |
--min-previous |
FLOAT | 1.0 |
Minimum previous month cost in USD to consider (default: 1.0) |
--billing-profile |
STRING | - | AWS billing profile for Cost Explorer (default: same as --profile) |
--org-profile |
STRING | - | AWS management profile for Organizations account names (optional) |
--cross-validate |
BOOL | False |
Re-derive the primary result from a 2nd independent source and report agreement vs the >=99.5%% accuracy gate. |