Skip to content

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

runbooks inventory enrich-ec2 --profile <account>

Org-wide (Landing Zone)

# [A1-Discovery] org-wide via Landing Zone hub profile
runbooks inventory enrich-ec2 --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 (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