diff --git a/qualities/E/_posts/2022-12-28-elasticity.md b/qualities/E/_posts/2022-12-28-elasticity.md new file mode 100644 index 0000000..80d6e8d --- /dev/null +++ b/qualities/E/_posts/2022-12-28-elasticity.md @@ -0,0 +1,16 @@ +--- +title: Elasticity +tags: flexible +related: adaptability, scalabiltiy, flexibility +permalink: /qualities/elasticity +--- + +>In distributed system and system resource, elasticity is defined as "the degree to which a system is able to adapt to workload changes by provisioning and de-provisioning resources in an autonomic manner, such that at each point in time the available resources match the current demand as closely as possible" +> +> [Wikipedia](https://en.wikipedia.org/wiki/Elasticity_(system_resource)) + +Note: Wikipedia quotes Herbst, Nikolas; Samuel Kounev; Ralf Reussner (2013). "Elasticity in Cloud Computing: What It Is, and What It Is Not" (PDF). Proceedings of the 10th International Conference on Autonomic Computing (ICAC 2013), San Jose, CA, June 24–28. + +
+ +Elasticity is the ability of a system to adapt to workload changes by _dynamic scaling_. \ No newline at end of file