Skip to content

runbooks inventory rds-investigateΒΆ

Auto-generated from runbooks inventory rds-investigate --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Usage: runbooks inventory rds-investigate [OPTIONS]

  6-phase RDS instance investigation: discovery, metadata, security, network,
  compliance, summary.

  Phase 1: rds:DescribeDBInstances -- engine, class, storage, Multi-AZ, VPC
  Phase 2: Parameter groups, option groups, backup retention, maintenance
  window Phase 3: Public snapshots, SecurityHub findings, encryption/SSL
  status Phase 4: VPC security groups, subnet group, publicly accessible flag
  Phase 5: Auto-upgrade, deletion protection, Performance Insights, PITR Phase
  6: Risk score aggregation and executive summary panel

  READONLY -- no mutations.

  Examples:     runbooks inventory rds-investigate --db-instance-id mydb
  --profile ops-profile     runbooks inventory rds-investigate --db-instance-
  id mydb-prod --profile ops --output json

Options:
  -p, --profile TEXT              AWS profile name (default: from AWS_PROFILE
                                  env var)
  --db-instance-id DB_INSTANCE_ID
                                  RDS DB instance identifier to investigate
                                  (e.g. mydb-prod)  [required]
  --region TEXT                   AWS region (default: ap-southeast-2)
  --output [table|json]           Output format (default: table)
  --help                          Show this message and exit.

ExamplesΒΆ