README.md 369 Bytes

Sample3. Deploy a sample application, using RDS

  1. Build custom image using packer. Build/redeploy workflow
  2. Deploy a sample application using user_data
  3. Create RDS MySQL database, pass db endpoint to application
  4. Adding outputs
# setup your AMS access parameters in ~/.aws

# Init terraform 
terraform init
# Create instance
terraform apply