Skip to content

runbooks inventory check-controltowerΒΆ

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

Usage: runbooks inventory check-controltower [OPTIONS]

  Validate AWS Control Tower readiness and prerequisites.

  Comprehensive validation of Control Tower deployment prerequisites including
  AWS Config, CloudTrail, IAM roles, and organizational compliance
  requirements.

  Validation Checks:     - AWS Organizations enabled     - CloudTrail
  organizational trail configured     - AWS Config Recorder and Delivery
  Channel     - Required IAM roles (AWSControlTowerExecution,
  AWSControlTowerStackSetRole)     - Service-linked roles and permissions

  Examples:     # Full Control Tower readiness assessment     runbooks
  inventory --profile $MANAGEMENT_PROFILE check-controltower

      # JSON export for automation     runbooks inventory --profile mgmt
      check-controltower --export-format json --output ct-readiness

      # With timing and verbose output     runbooks inventory --profile mgmt
      check-controltower --timing -vv

Options:
  -p, --profile TEXT              AWS profile name (default: from AWS_PROFILE
                                  env var)
  --timing                        Show performance metrics
  -f, --format, --export-format [json|markdown|table]
                                  Export format (-f/--format preferred,
                                  --export-format legacy)
  -o, --output TEXT               Output filename
  -v, --verbose                   Increase verbosity
  --help                          Show this message and exit.

ExamplesΒΆ