Skip to content

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

runbooks inventory validate-costs --profile <account>

Org-wide (Landing Zone)

# [A1-Discovery] org-wide via Landing Zone hub profile
runbooks inventory validate-costs --all-profile $AWS_OPERATIONS_PROFILE

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)