AWS Auto Scaling Group - POST MIDTERM Flashcards
What are the two major differentiating features of clouds compared with on-prem datacentres?
Elasticity and Availability on Demand.
What is an Auto Scaling group?
A collection of EC2 instances that are treated as a logical unit.
How are Auto Scaling Groups scaled?
Horizontally.
Can the administrator manually add more identical EC2 instances if the demand for service is higher?
Yes, a dynamic approach is also available.
Is a maximum size specified?
Yes.
What do Spot Instances do?
Specify the percentage of capacity to be filled by on-demand instances.
What does elasticity do?
Enables the provisioning of resources on demand.
What is high availability?
An application running across identical instances.
What is a load balancer?
A load balancer manages the traffic distribution load across the instances.
What does the Elastic Load Balancer do?
The Elastic Load Balancer distributes the sessions to the servers and performs health checks on the cluster servers. If the check fails, the server is dynamically replaced.