This script will deploy a multi_az RDS instance within a VPC.
- know the components of an RDS instance
- deploy a fault tolerant rds cluster
- Connect to an RDS instance remotely
- secure your instance from the public
- RDS
- VPC
- Security Group
- Terraform
- AWS Account with a profile configured
- Terraform
- MySQL GUI app (or cli) https://www.sequelpro.com/
git clone git@github.com:awshonolulu/rds-deep-dive.git
cd rds-deep-dive.git
terraform init
terraform plan