Skip to content

runbooks finops scenarioΒΆ

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

Usage: runbooks finops scenario [OPTIONS]

  Execute a FinOps business scenario analysis.

  Migrated from legacy `runbooks-finops --scenario <name>` argparse CLI.

  Examples:     runbooks finops scenario --name workspaces     runbooks finops
  scenario --name nat-gateway --regions ap-southeast-2 us-east-1     runbooks
  finops scenario --name ec2-snapshots --export-format json

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)
  -n, --name [workspaces|rds-snapshots|backup-investigation|nat-gateway|elastic-ip|ebs-optimization|vpc-cleanup|ec2-snapshots]
                                  Business scenario to execute  [required]
  --regions TEXT                  AWS regions to analyze
  --export-format [json|csv|markdown]
                                  Export format
  --help                          Show this message and exit.

ExamplesΒΆ