This lab is an introduction to the deployment of autoscaling groups in Amazon VPC.
- Provision autoscaling group
- Set up custom healthchecks
- Perform rolling deployment
- Define dynamic scaling policy
Set up the following environment variables:
export AWS_ACCESS_KEY_ID=<value_here>
export AWS_SECRET_ACCESS_KEY=<value_here>