Skip to content

runbooks inventory collect-analyticsΒΆ

Auto-generated from runbooks inventory collect-analytics --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Usage: runbooks inventory collect-analytics [OPTIONS]

  Discover AWS Analytics resources (Athena workgroups, Glue databases/tables).

  Business Value: - Analytics cost optimization (15-25% potential savings) -
  Data governance compliance - Unused workgroup/database cleanup

  Examples:     # Discover all analytics resources     runbooks inventory
  collect-analytics

      # Specific resource types with costs     runbooks inventory collect-
      analytics --resource-type athena:workgroup --include-costs

      # Multi-region scan with CSV output     runbooks inventory collect-
      analytics --all-regions --format csv --output analytics.csv

Options:
  --profile TEXT                  AWS profile for resource discovery
  --region TEXT                   AWS region to scan
  --all-regions                   Scan all enabled AWS regions
  --output PATH                   Output file path
  --format [csv|json|table]       Output format
  --include-costs                 Include cost estimation data
  --resource-type [athena:workgroup|glue:database|glue:table|glue:crawler|all]
                                  Analytics resource types to discover
  --help                          Show this message and exit.

ExamplesΒΆ