ELB and Autoscaling Flashcards
1
Q
What is ELB
A
An Elastic Load Balancer distributes incoming application traffic across multiple EC2 instances in multiple AZs. This increases fault tolerance. It detects unhealthy instances and routes traffic only to healthy ones.
2
Q
What is Auto Scaling
A
Adds or removes EC2 instances depending on traffic demand. This helps with handling the load for your application. This gives benefits of scalability and elasticity