runbooks finops lambda-analysisΒΆ
enrich | Cost Management
β³ PENDING Β· T:βοΈ V:β³ A:β³ X:β³
Lambda cost and activity analysis with optimization signals.
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 (9)
| Parameter | Type | Default | Description |
|---|---|---|---|
--all-profile |
STRING | - | Multi-account profile (defaults to $AWS_MANAGEMENT_PROFILE). |
--output/-o |
PATH | tmp/runbooks/finops/lambda-analysis.xlsx |
Output enriched Excel file with Lambda analysis |
--regions/-r |
STRING | - | AWS regions to include in cost analysis β omitting regions with active workloads = missing spend in the report. |
--enable-organizations |
BOOL | True |
Enable Organizations metadata enrichment (default: enabled) |
--enable-cost |
BOOL | True |
Enable Cost Explorer enrichment (default: enabled) |
--verbose/-v |
BOOL | False |
Show detailed logs |
--format |
CHOICE(compact | table | json) |
--output-dir |
PATH | . |
Destination folder for cost reports β wrong path = exports silently overwrite each other or land in an unreviewed... |
--cross-validate |
BOOL | False |
Re-derive the primary result from a 2nd independent source and report agreement vs the >=99.5%% accuracy gate. |