What problem does it solve? Setting up production database infrastructure involves error-prone decisions around VPC placement, writer/reader topology, credential handling, and failover behavior. This Skill encodes a proven reference pattern so Aurora RDS clusters, Kubernetes secrets, and deployments are created correctly the first time. ## Core Features & Use Cases - Terraform reference pattern: Complete HCL templates for an Aurora PostgreSQL 17.4 Serverless v2 cluster, security groups, subnet groups, and a kubernetes_secret holding generated DATABASE_URL_READONLY and DATABASE_URL_FULLACCESS values. - Operational rules: Hard-won guidance on VPC selection, random instance naming, writer pinning via failover, public/private subnet separation, read-only role grants across schemas, and Looker Studio SSL configuration. - Use Case: When adding a database to a new Rails service, apply the database.tf and secrets.tf pattern, store only the master password in ward, and let the k8s deployment consume credentials from the generated secret. ## Quick Start Ask the AI to create the database infrastructure for a new app following the br4zz4 database pattern with Terraform and Kubernetes secrets.