Difference Between Scale In And Scale Out In AWS

As a beginner, the term Scale In and Scale-Out is very confusing. These terms come under the AWS EC2 Auto Scaling. In this sort post we will learn the difference between scale in and scale out in aws.

Scale In

The Scale In is basically to reduce the number of instances from the Auto Scaling Group after identifying that the load can be handled with fewer instances.

Scale Out

Similarly, the Scale Out means adding more instances into the Auto Scaling Group to handle more requests coming to the server. It distributes the load to multiple instances and performance will not be impacted.

Sharing Is Caring:

1 thought on “Difference Between Scale In And Scale Out In AWS”

  1. Thanks for the post. It always makes me confusion between scale in and scale out. This is quick and short. Thank you again.

    Reply

Leave a Comment