Creating and Configuring a Launch Template

A launch template is an configuration template that an Auto Scaling group uses to launch EC2 instances. Creating a launch template requires collecting some infrastructure data, specifically the Amazon Machine Image ID (AMI ID) and instance type. You can have more than one launch template created with different parameters, such as instance type or root volume size, and instantiate the auto-scaling groups from them.

Launch templates replace the deprecated launch configurations feature found in earlier versions of AWS. See Migrating a Launch Configuration to a Launch Template for instructions on migrating an existing launch configuration to a launch template. ArcSight recommends you migrate to launch templates as soon as possible.

Next Step: Migrating a Launch Configuration to a Launch Template