Perfecting Autoscaling & Sizing : Part 2
b"h
Goal: 100% 200 OK
howto scope...
Load Balancing Density
* What is it? spreading out the requests to the application horizontally on many micro instances vs lesser on larger instances...
* Why is it useful? it is more cost effective to run the calculation on many horizontally scaled micro instances, then to run on lesser, vertically scaled, larger instances, so always aim for horizontal.
hence, segway into...
- Read more about Perfecting Autoscaling & Sizing : Part 2
- Log in to post comments