How to setup and configure Auto Scaling in AWS

02 Sep 2021

blog details

How to setup and configure Auto Scaling in AWS

By: RSDigitech | Published At : 02 Sep 2021    


How to setup and configure Auto Scaling in AWS

Autoscaling in AWS includes the automatic addition and removal of instances from the allotted AWS cloud application. Based on the incoming traffic, autoscaling takes place since it deals with cost and resource management. In case of any errors or failures occurs on instances, the application launches an instance so quickly to balance the required capacity.

This blog explains how to deal with the steps required for a successful Autoscaling process:

How to create an auto-scaling group in AWS:

First, login into the AWS account, then go to services and choose EC2.

AWS account

Launch EC2 instance with basic configuration details.

 Launch EC2

 Create an AMI by using the ec2 instance.

ec2 instance

 Enter AMI name and configuration details.

  configuration details

 Please check the AMI is created properly or not 

check the AMI

 

 Before going to Autoscaling, we need to launch the configuration template by using AMI.