runbooks inventory collect-containersΒΆ
Auto-generated from
runbooks inventory collect-containers --helpon 2026-05-21. Source of truth: runbooks PyPI package v1.3.22
Usage: runbooks inventory collect-containers [OPTIONS]
Discover container resources (ECS clusters, tasks, services).
Business Value: - Container cost optimization - Cluster utilization review -
Orphaned ECS resource cleanup
Examples: # Discover all ECS resources runbooks inventory collect-
containers
# Specific region with JSON output runbooks inventory collect-
containers --region us-east-1 --format json
Options:
--profile TEXT AWS profile for resource discovery
--region TEXT AWS region
--format [csv|json] Output format
--output TEXT Output file path
--help Show this message and exit.