1. What is the desirable characteristic of Cloud infrastructures?
Automatic elasticity, the ability to quickly increase or decrease the resources as necessary, is one of the most desirable characteristics of Cloud infrastructures.
read more
2. What is the purpose of the script?
In order to make the decision process more adaptable to sudden changes in workload and to avoid sequential decision patterns (such as: create instance, remove instance, create instance) the script supplied to Serpentine uses a simple hysteresis mechanism.
read more
3. What is the way to monitor an instance?
Since Elastack operates on an instance basis, horizontal scalability, and not on an application basis, it should be noted that in order to achieve a true elastic behavior, theapplications installed on the instances being managed should be ready to enter and exit at any point without leaving the application in an inconsistent state.
read more
4. How does Serpentine handle the creation and termination of instances?
In order to detect new instances and to avoid terminating instances which still have tasks running, the Serpentine script coordinates the creation and termination of instances with the load balancer.
read more



