runbooks inventory validate-mcpΒΆ
find | Management
β CERTIFIED Β· T:βοΈ V:β A:β X:β
MCP cross-validation framework for data accuracy (β₯99.5% target).
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.
| Parameter | Type | Default | Description |
|---|---|---|---|
--resource-type |
STRING | - | AWS resource type to validate (e.g., ec2, lambda, vpc) |
--profile |
STRING | - | AWS centralised-ops profile for MCP validation (default: $AWS_OPERATIONS_PROFILE). |
--output |
PATH | artifacts/validation/inventory-mcp-validation.json |
Path to save JSON validation results |
--sample-size |
INT | 10 |
Number of resources for ground truth sampling |
--threshold |
FLOAT | 99.5 |
Minimum accuracy threshold (default: 99.5%) |