README.md 374 Bytes

Sample2. Creating ubuntu instance using set of files

  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