Skip to content

runbooks finops sprint1ΒΆ

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

Usage: runbooks finops sprint1 [OPTIONS]

  Run Sprint 1 cost optimization analysis.

  Comprehensive analysis targeting NAT Gateway, EC2 snapshot, and Elastic IP
  cost optimization opportunities. Migrated from legacy `runbooks-finops
  --sprint1-analysis`.

  Examples:     runbooks finops sprint1     runbooks finops sprint1 --no-
  elastic-ips --profile production

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)
  --nat-gateways / --no-nat-gateways
                                  Include NAT Gateway optimization
  --snapshots / --no-snapshots    Include EC2 snapshot cleanup
  --elastic-ips / --no-elastic-ips
                                  Include Elastic IP optimization
  --help                          Show this message and exit.

ExamplesΒΆ