Skip to content

runbooks inventory draw-orgΒΆ

find | Management

⏳ PENDING Β· T:βœ”οΈ V:⏳ A:⏳ X:βž–

Visualize AWS Organizations structure with multiple output formats.

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

Single account

runbooks inventory draw-org --profile <account>

Org-wide (Landing Zone)

# [A2-Inventory] org-wide via Landing Zone hub profile
runbooks inventory draw-org --all-profile $AWS_MANAGEMENT_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
--all-profile STRING - Multi-account profile (defaults to $AWS_MANAGEMENT_PROFILE).
--policy BOOL False Include policies in organization diagram
--show-aws-managed BOOL False Show AWS managed SCPs (hidden by default)
--ou/--starting-ou STRING - Starting organizational unit ID (defaults to root)
-f/--format/--output-format CHOICE(graphviz mermaid diagrams)
-v/--verbose INT_RANGE 0 Increase verbosity: -v (WARNING), -vv (INFO), -vvv (DEBUG).
-d/--debug BOOL False Enable DEBUG level logging (equivalent to -vvv)
--timing BOOL False Show performance metrics
--skip-accounts STRING - Exclude AWS account IDs from diagram (space-separated)
--skip-ous STRING - Exclude organizational unit IDs from diagram (space-separated)
--output/-o STRING - Custom output filename (without extension).
--output-dir PATH - Directory for diagram output files (CC-ORG-011).
--cross-validate BOOL False Re-derive the primary result from a 2nd independent source and report agreement vs the >=99.5%% accuracy gate.