What is auto-scaling in aws?
Loading
What is auto-scaling in aws?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Oct 20, 2022, 1:25 AM
https://www.cloudzero.com/blog/aws-auto-scaling
Aravind GovindarajPosted Oct 13, 2022, 6:14 PM
Please find real time example for auto scaling
You hosted your application in server, presently it hits around 100 users. May be in festival time, the page hit will around 500 users. This is the scenario auto scaling pileup, if you configured 4 servers, in peek time it will take max server, if there hit count reduced, only minimum server will be up and running rest of the server will terminate..
In autoacaling case, you no need to take care manually to upscale or downscale. Based on configuration the system will automatically take care. Hope this help you.... let me know if you need more information...
Vishal YelvePosted Sep 20, 2022, 1:42 PM
AWS Auto Scaling is a service that assists organizations in supervising AWS-based software and infrastructure. The service automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost.
AWS Auto Scaling can increase and/or decrease the capacity of AWS services to optimize costs. The service will monitor all scalable cloud services and resources related to a user’s applications. These resources may include:
However, the best way to understand auto-scaling is through Amazon’s Elastic Compute Cloud (EC2) service. EC2 provides virtual servers or compute instances that you can use to host your application(s). These virtual servers are known as EC2 instances.
An organization may have multiple instances with different specifications. Throughout the rest of this guide, we’ll focus on Amazon Auto Scaling from an EC2 context, to make the topic simpler to understand.
Uday DodiyaPosted Sep 20, 2022, 12:09 PM
Hi Naresh
Please Refer Following
https://www.cloudzero.com/blog/aws-auto-scaling
Rajanikant HawaldarPosted Sep 20, 2022, 11:08 AM
Hello Naresh,
Refer below article
https://www.c-sharpcorner.com/article/implementing-auto-scaling-in-aws/