Skip to content

runbooks vpc discover-firewall-bypassΒΆ

Auto-generated from runbooks vpc discover-firewall-bypass --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Usage: runbooks vpc discover-firewall-bypass [OPTIONS]

  Discover VPCs NOT routing through central firewall for inspection.

  Identifies VPCs bypassing centralized security inspection by analyzing: -
  VPC peering connections to central firewall VPC - Route table configurations
  for ingress/egress traffic - Cost impact of non-compliant network traffic

  Examples:     runbooks vpc discover-firewall-bypass \         --management-
  profile ${MANAGEMENT_PROFILE} \         --operational-profile
  ${CENTRALISED_OPS_PROFILE} \         --billing-profile ${BILLING_PROFILE}

      runbooks vpc discover-firewall-bypass \         --management-profile
      Management \         --operational-profile Ops \         --billing-
      profile Billing \         --regions ap-southeast-2 --regions ap-
      southeast-6 \         --export excel

Options:
  --regions TEXT                 AWS regions to scan
  --export [csv|excel|json|all]  Export format
  --output-dir PATH              Output directory for exports
  --profile TEXT                 AWS profile (KISS: auto-resolves
                                 management/billing/ops from
                                 AWS_MANAGEMENT_PROFILE, AWS_BILLING_PROFILE
                                 env vars)
  --help                         Show this message and exit.

ExamplesΒΆ