Skip to content
EntityQ789006· pop 7· linked from 12 articles

autoscaling

Sign in to save

Autoscaling, (also written as auto scaling, auto-scaling, or known as automatic scaling), is a method used in cloud computing that dynamically adjusts the amount of computational resources in a server farm - typically measured by the number of active servers - automatically based on the load on the farm. For example, the number of servers running behind a web application may be increased or decreased automatically based on the number of active users on the site. Since such metrics may change dramatically throughout the course of the day, and servers are a limited resource that cost money to ru

~12 min read

Article

14 sections
Contents
  • Advantages
  • Terminology
  • Practice
  • Amazon Web Services (AWS)
  • Microsoft's Windows Azure
  • Oracle Cloud
  • Google Cloud Platform
  • Facebook
  • Kubernetes Horizontal Pod Autoscaler
  • Alternative autoscaling decision approaches
  • Scheduled autoscaling approach
  • Predictive autoscaling
  • See also
  • References

Autoscaling, (also written as auto scaling, auto-scaling, or known as automatic scaling), is a method used in cloud computing that dynamically adjusts the amount of computational resources in a server farm - typically measured by the number of active servers - automatically based on the load on the farm. For example, the number of servers running behind a web application may be increased or decreased automatically based on the number of active users on the site. Since such metrics may change dramatically throughout the course of the day, and servers are a limited resource that cost money to run even while idle, there is often an incentive to run "just enough" servers to support the current load while still being able to support sudden and large spikes in activity. Autoscaling is helpful for such needs, as it can reduce the number of active servers when activity is low, and launch new servers when activity is high. Autoscaling is closely related to, and builds upon, the idea of load balancing.

==Advantages==

Available in 7 languages

via Wikidata sitelinks · CC0

Connections

Categories