Skip to content

runbooks vpc network-discoverΒΆ

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

Usage: runbooks vpc network-discover [OPTIONS]

  Multi-account network discovery with architecture diagrams.

  πŸ” DISCOVERY SCOPE
  β”œβ”€β”€ 🌐 Network Resources
  β”‚   └── VPCs, Subnets, NAT Gateways, Internet Gateways
  β”œβ”€β”€ πŸ”— Connectivity
  β”‚   └── Transit Gateways, VPC Endpoints, Route Tables
  β”œβ”€β”€ πŸ”’ Security
  β”‚   └── Security Groups, Network Interfaces
  └── πŸ“Š Exports
      └── JSON, Excel (9 sheets), PNG/SVG diagrams

  πŸ“– Examples:
      # Single account discovery
      runbooks vpc network-discover --profiles my-profile

      # Multi-account discovery     runbooks vpc network-discover -p profile1
      -p profile2

      # JSON-only export (no diagrams)     runbooks vpc network-discover -p
      my-profile --export json --no-diagrams

Options:
  -p, --profiles TEXT             AWS profile(s) to discover  [required]
  -r, --region TEXT               AWS region
  --output-dir PATH               Output directory
  --export [all|json|excel|diagrams]
                                  Export format
  --diagrams / --no-diagrams      Generate architecture diagrams (PNG+SVG)
  --help                          Show this message and exit.

ExamplesΒΆ