runbooks inventory enrich-ec2ΒΆ
find | Management
β³ PENDING Β· T:βοΈ V:β³ A:β³ X:β
Enrich EC2 inventory with Organizations metadata, Cost Explorer data, and CloudTrail activity.
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 (9)
| Parameter | Type | Default | Description |
|---|---|---|---|
--input/-i |
PATH | - | Input EC2 data file (Excel/CSV with account_id and instance_id columns) |
--output/-o |
PATH | - | Output enriched data file (Excel/CSV/JSON) |
--profile/-p |
STRING | - | AWS management profile (Organizations + CloudTrail access, defaults to group-level --profile) |
--billing-profile/-b |
STRING | - | AWS billing profile (Cost Explorer access, defaults to --profile) |
--format/-f |
CHOICE(csv | excel | json) |
--display-only |
BOOL | False |
Display Rich CLI output without file export |
--no-organizations |
BOOL | False |
Skip Organizations enrichment |
--no-cost |
BOOL | False |
Skip Cost Explorer enrichment |
--no-activity |
BOOL | False |
Skip CloudTrail activity enrichment |