0% found this document useful (0 votes)
2 views

AutoScaling of Aws

AutoScaling allows for the creation of EC2 instance groups that can dynamically scale up or down based on predefined conditions, ensuring optimal resource usage. It includes components such as launch configurations, auto-scaling groups, and scaling policies to manage instance types, sizes, and metrics. This functionality helps reduce costs by minimizing the number of instances when demand is low and increasing them when necessary.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

AutoScaling of Aws

AutoScaling allows for the creation of EC2 instance groups that can dynamically scale up or down based on predefined conditions, ensuring optimal resource usage. It includes components such as launch configurations, auto-scaling groups, and scaling policies to manage instance types, sizes, and metrics. This functionality helps reduce costs by minimizing the number of instances when demand is low and increasing them when necessary.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

 AutoScaling

 Creating group of EC2 instances that can scale up or down


depending on conditions we set.

 Scale out means increasing and Scale in means reducing

 Enable elasticity by scaling horizontally (same type and size scaling)


through adding or terminating EC2 instances.

 Autoscaling ensures that we have the right number of AWS EC2


instances for our needs at all time.

 Autoscaling helps us save cost by cutting down the number of EC2


instances when not needed and scaling out to add more instances
only when it is required.
 Components of AutoScaling

 Launch configuration
a) Like instance type, AMI keypair, Security Group.

 Autoscaling Group
a) Group name, Group Size, VPC Bubnet, Health Check Period.

 Scaling Policy
a) Metric type(Like CPU Utilization), Target value.

You might also like