ELB & ASG Flashcards

1
Q

What is Vertical Scalability? What is Horizontal Scalability?

A

Vertical scalability means increasing the size of the instance. Horizontal scalability means increasing the number of instances / systems for your application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Elastic Load Balancer?

A

An Elastic Load Balancer (ELB) is a managed load balancer integrated with many AWS services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What enables a load balancer to know if the instances it forwards traffic to are available to respond to requests?

A

Health checks on a port and route (/health is common). If the response is not 200 (OK), then the instance is unhealthy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 4 managed load balancers supported by AWS?

A
  • Classic Load Balancer (v1 - old generation) (CLB) 2009
  • Application Load Balancer (v2 - new generation) (ALB) 2016
  • Network Load Balancer (v2 - new generation) (NLB) 2017
  • Gateway Load Balancer (GWLB) 2020
How well did you know this?
1
Not at all
2
3
4
5
Perfectly