Lab Details
This lab walks you through the steps to create and configure an Amazon EC2 Auto Scaling with Launch templates using the AWS Management Console.
You will practice using Amazon Machine Image (AMI) to launch Amazon EC2 Instances using Launch templates and will use key pairs for SSH authentication to log into your instance.
You will create a web page and publish it.
Duration: 55 minutes
AWS Region: US East (N. Virginia)
Create a security group and key pair for the launch template.
Create a Launch template with Amazon Linux 2 AMI and t2.micro instance.
Create an auto-scaling group with the Launch template.
Test the auto-scaling group by terminating one of the instances manually.
Launching Lab Environment
Create a Security Group for the load balancer
Create a Security Group for Launch template
Create a Key Pair for the Launch template
Creating a Launch template
Creating the Load Balancer
Create an Auto Scaling Group
SSH into EC2 Instance
Install the stress
Test Auto Scaling Group
Validation of the Lab