...

/

Creating an EC2 Instance: Launch Templates

Creating an EC2 Instance: Launch Templates

Learn how to use launch templates to simplify the deployment of EC2 instances.

There is one last feature of EC2 that we should take a look at, and it unifies all the lessons we have done so far. This is EC2 launch templates.

EC2 launch templates allow us to preconfigure most of the settings of an EC2 instance and store them in a launch template that we can reuse to create EC2 instances. By using launch templates, we don’t need to specify all options again each time, but we can refer to the launch template instead.

Launch templates support versioning as well, so we can gradually build our application (and roll back to older versions if needed). By the way, this is exactly what we will be doing in this course.

Let’s take a look at the launch template from within the EC2 Console.

EC2 console: Launch templates

  1. Open the EC2 Console, and go to “Launch Templates” on the left-hand sidebar (see slide 1). Click on “Create Launch Template” to see all the options. We will create a launch template through the AWS Console and later review it via the CLI. For this launch template, we will recreate the web server from the last lesson.

  2. Let’s start to fill out the parameters of the launch template. First, we need to give it a name, so ...