Skip to content

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

runbooks inventory validate-mcp --profile <account>

Org-wide (Landing Zone)

# [A1-Discovery] org-wide via Landing Zone hub profile
runbooks inventory validate-mcp --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.

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%)