This repository explores multiple implementation patterns for PostgreSQL on AWS, including:
- Traditional deployment of PostgreSQL on EC2
- Managed deployment on Amazon's Relational Database Service (RDS)
- Kubernetes deployment of PostgreSQL on EC2
- Kubernetes deployment using Amazon's Elastic Kubernetes Sevice (EKS)
Each pattern includes automated database backup, restore, and scale procedures.