Skip to content

runbooks inventory list-enabled-servicesΒΆ

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

Usage: runbooks inventory list-enabled-services [OPTIONS]

  List AWS services enabled for Organizations (service access principals).

  Uses $AWS_MANAGEMENT_PROFILE by default. Writes enabled-services.json when
  --output-dir is provided.

  Exit codes: 0=success, 1=AWS auth/permission error, 2=unexpected error.

  Examples:     runbooks inventory list-enabled-services --profile
  $AWS_MANAGEMENT_PROFILE     runbooks inventory list-enabled-services
  --profile $AWS_MANAGEMENT_PROFILE --json     runbooks inventory list-
  enabled-services --profile $AWS_MANAGEMENT_PROFILE \         --output-dir
  tenants/b2b-energy/raw/organizations/

Options:
  --profile TEXT          Management account profile (defaults to
                          $AWS_MANAGEMENT_PROFILE).
  --region TEXT           AWS region (Organizations is global; us-east-1
                          recommended).
  --json                  Print results as JSON to stdout.
  --output-dir DIRECTORY  Write enabled-services.json to this directory.
  --help                  Show this message and exit.

ExamplesΒΆ