What is Auto Scaling in AWS AWS auto scaling is a great feature that provides the ability to monitor your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost. With Auto-scaling you can scale out/in resources (servers, database, storage, etc.) automatically based on the pre-defined threshold for the metrics […]
What is scalability in cloud computing
What is Scalability Scalability is one of the primary attributes to keep in mind, while designing or developing your software product. It is a measure of the system’s ability to efficiently handle the users’ requests with an increase or decrease on demand. Scaling helps to manage a good balance between performance and cost by Scaling […]
Load balancer in AWS
What is load balancing Nowadays many applications and websites can serve millions of concurrent requests to users/clients globally. When the amount of network workload increases on an application or website, a single server may fail to support network traffic. To manage the demand of volatile network traffic efficiently, you can use a Load balancer to distribute […]