Skip to content

runbooks inventory check-landingzoneΒΆ

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

Usage: runbooks inventory check-landingzone [OPTIONS]

  Validate AWS Landing Zone readiness and prerequisites.

  Comprehensive validation of Landing Zone deployment prerequisites including
  default VPCs, Config recorders, CloudTrail trails, and organizational
  membership.

  Validation Checks:     - Default VPCs across all regions     - Config
  Recorder and Delivery Channel conflicts     - CloudTrail trail naming
  conflicts     - AWS Organizations membership     - Organizational Unit
  placement

  Examples:     # Full readiness check     runbooks inventory --profile
  $MANAGEMENT_PROFILE check-landingzone

      # Specific OU validation     runbooks inventory --profile mgmt check-
      landingzone --ou ou-xxxx-xxxxxxxx

      # JSON export with timing     runbooks inventory --profile mgmt check-
      landingzone --export-format json --timing

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
  --ou TEXT                       Specific OU to validate
  -v, --verbose                   Increase verbosity
  --help                          Show this message and exit.

ExamplesΒΆ