Tutorial: Use CodeDeploy to deploy an application to an Amazon EC2 Auto Scaling group
In this tutorial, you'll use CodeDeploy to deploy an application revision to an Amazon EC2 Auto Scaling group. Amazon EC2 Auto Scaling launches Amazon EC2 instances using predifined conditions, and then terminates those instances when they are no longer needed. Amazon EC2 Auto Scaling can help CodeDeploy scale by ensuring it always has the correct number of Amazon EC2 instances available to handle the load for deployments. For information about Amazon EC2 Auto Scaling integration with CodeDeploy, see Integrating CodeDeploy with Amazon EC2 Auto Scaling.
Topics
- Prerequisites
- Step 1: Create and configure the Amazon EC2 Auto Scaling group
- Step 2: Deploy the application to the Amazon EC2 Auto Scaling group
- Step 3: Check your results
- Step 4: Increase the number of Amazon EC2 instances in the Amazon EC2 Auto Scaling group
- Step 5: Check your results again
- Step 6: Clean up