Skip to content

runbooks vpc topologyΒΆ

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

Usage: runbooks vpc topology [OPTIONS]

  Generate network topology diagrams with cost correlation and universal
  profile support.

  Topology Analysis Features: β€’ Visual network topology with cost overlay β€’
  Security group and routing visualization β€’ Multi-account network
  relationships β€’ Cost flow analysis and optimization opportunities β€’ Cross-
  account topology generation with --all flag

  Examples:     runbooks vpc topology --include-costs --format pdf
  runbooks vpc topology --detail-level comprehensive     runbooks vpc topology
  --all --include-costs  # Multi-account topology

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)
  -f, --format, --output-format [json|csv|table|pdf|markdown]
                                  Output format for results display
                                  (-f/--format preferred, --output-format
                                  legacy)
  --output-dir PATH               Directory for generated files and evidence
                                  packages
  --all-outputs                   Generate all output formats (JSON, CSV, PDF,
                                  Markdown) - use with --output-dir
  --csv                           Export to CSV format (convenience flag,
                                  activates --all-outputs)
  --json                          Export to JSON format (convenience flag,
                                  activates --all-outputs)
  --markdown                      Export to Markdown format (convenience flag,
                                  activates --all-outputs)
  --include-costs                 Include cost analysis in topology
  --detail-level [basic|detailed|comprehensive]
                                  Topology detail level
  --output-dir TEXT               Output directory
  --all                           Use all available AWS profiles for multi-
                                  account topology generation
  --help                          Show this message and exit.

ExamplesΒΆ