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
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.
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. |