Skip to content

runbooks cfat reviewΒΆ

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

Usage: runbooks cfat review [OPTIONS]

  Structured architecture review with stakeholder collaboration and universal
  profile support.

  Architecture Review Process: β€’ Multi-pillar assessment with stakeholder
  input β€’ Risk identification and business impact analysis β€’ Remediation
  prioritization and timeline planning β€’ Executive summary with actionable
  recommendations β€’ Multi-account architecture review with --all flag

  Examples:     runbooks cfat review --workload-name api-gateway --review-type
  milestone     runbooks cfat review --workload-name data-platform
  --stakeholders [email protected]     runbooks cfat review --all --workload-
  name cross-account-app  # Multi-account review

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)
  --workload-name TEXT            Name of the workload for review  [required]
  --review-type [initial|milestone|continuous]
                                  Type of architecture review
  --stakeholders TEXT             Stakeholder names/emails for review
  --include-recommendations       Include remediation recommendations
  --all                           Use all available AWS profiles for multi-
                                  account architecture review
  -v, --verbose                   Show detailed logs
  --format [compact|table|json]   Output format
  --help                          Show this message and exit.

ExamplesΒΆ