Skip to content

runbooks inventory workflow-multi-accountΒΆ

find | Management

βœ… CERTIFIED Β· T:βœ”οΈ V:βž– A:βž– X:βž–

Execute 5-layer pipeline (multi-account LZ).

Discovers AWS resources across Organization accounts via Config Aggregator and Resource Explorer

Single account

runbooks inventory workflow-multi-account --profile <account>

Org-wide (Landing Zone)

# [A1-Discovery] org-wide via Landing Zone hub profile
runbooks inventory workflow-multi-account --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 (13)
Parameter Type Default Description
--management-profile STRING - AWS management account profile (Organizations API)
--billing-profile STRING - AWS billing account profile (Cost Explorer API)
--ops-profile STRING - AWS ops account profile (Resource Explorer aggregator)
--resource-type STRING ec2 Resource type to discover (ec2, workspaces, rds, lambda)
--output-dir STRING data/outputs Output directory for pipeline artifacts
--months INT 12 Cost lookback months (default: 12)
--cross-validate BOOL False Enable 4-way cross-validation after discovery
--decommission BOOL True Include E1-E7 decommission scoring (default: on)
--persona CHOICE(cfo cto cloudops
--csv BOOL False Export final result as CSV
--json BOOL False Export final result as JSON
--dry-run BOOL False Show pipeline plan without executing
--profile STRING - AWS profile (KISS: auto-resolves management/billing/ops from AWS_MANAGEMENT_PROFILE, AWS_BILLING_PROFILE env vars)