Skip to content

runbooks validation singleΒΆ

Auto-generated from runbooks validation single --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Usage: runbooks validation single [OPTIONS]

  Validate a single operation with universal profile support.

  Single Operation Validation Features: β€’ Focused validation on specific AWS
  service operations β€’ Configurable tolerance for variance detection β€’ Multi-
  account single operation validation with --all flag β€’ Detailed error
  analysis and recommendations

  Examples:     runbooks validation single --operation costs --tolerance 2.0
  runbooks validation single --operation security --profile ops-profile
  runbooks validation single --operation vpc --all  # Multi-account single
  operation

Options:
  --profile TEXT                  AWS profile for single-account operations.

                                  πŸ“‹ Profile Selection Guide: ━━━━━━━━━━━━━━━━━
                                  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

                                  Single Account β†’ Use --profile YOUR_PROFILE
                                  Example: --profile dev-account   When:
                                  Developer/operator working in one AWS
                                  account

                                  Multi-Account LZ β†’ Use --all-profiles (see
                                  inventory commands)   Example: --all-
                                  profiles   When: Platform team discovering
                                  across organization

                                  πŸ” Enrichment Profiles (Automatic):   β€’
                                  Organizations: MANAGEMENT_PROFILE   β€’ Costs:
                                  BILLING_PROFILE   Note: Separate from
                                  discovery profile

                                  Decision: Single account = --profile |
                                  Multi-account = --all-profiles
  --region TEXT                   AWS region override (default: ap-
                                  southeast-2)
  --dry-run                       Safe analysis mode - no resource
                                  modifications (enterprise default)
  --operation [costs|organizations|ec2|security|vpc]
                                  Specific operation to validate  [required]
  --tolerance FLOAT               Tolerance percentage
  --all                           Use all available AWS profiles for multi-
                                  account single operation validation
  --help                          Show this message and exit.

ExamplesΒΆ