runbooks inventory find-lz-versionsΒΆ
Auto-generated from
runbooks inventory find-lz-versions --helpon 2026-05-21. Source of truth: runbooks PyPI package v1.3.22
Usage: runbooks inventory find-lz-versions [OPTIONS]
Discover AWS Landing Zone versions across organization.
Identifies Landing Zone deployments by analyzing CloudFormation stacks for
SO0044 solution and extracting version information from stack outputs.
Version Analysis: - CloudFormation stack detection (SO0044 Landing Zone
solution) - Version extraction from stack outputs - Account Factory
product versions (Service Catalog) - Version drift calculation
Examples: # Basic version discovery runbooks inventory --profile
$MANAGEMENT_PROFILE find-lz-versions
# Show only version drift runbooks inventory --profile mgmt find-lz-
versions --latest
# CSV export with timing runbooks inventory --profile mgmt find-lz-
versions --export-format csv --timing
Options:
-p, --profile TEXT AWS profile name (default: from AWS_PROFILE
env var)
--timing Show performance metrics
-f, --format, --export-format [json|csv|markdown|table]
Export format (-f/--format preferred,
--export-format legacy)
-o, --output TEXT Output filename
--latest Show only accounts not on latest version
-v, --verbose Increase verbosity
--help Show this message and exit.