runbooks inventory validate-costsΒΆ
find | Management
β CERTIFIED Β· T:βοΈ V:β A:β X:β
Validate cost data accuracy against AWS Cost Explorer.
Discovers AWS resources across Organization accounts via Config Aggregator and Resource Explorer
Single account
Org-wide (Landing Zone)
Show a Management discovers aws resources across organization accounts via config aggregator and resource explorer summary for last month across all accounts and flag any anomalies above the 20% threshold.
All Parameters (6)
| Parameter | Type | Default | Description |
|---|---|---|---|
--input |
PATH | - | Input CSV with cost-enriched data |
--all-profile |
STRING | - | Multi-account profile (defaults to $AWS_BILLING_PROFILE). |
--sample-size |
INT | 10 |
Number of resources to validate (default: 10) |
--accuracy-threshold |
FLOAT | 99.5 |
Minimum accuracy percentage required (default: 99.5) |
--verbose/-v |
BOOL | False |
Show detailed execution logs |
--format |
CHOICE(compact | table | json) |