Elastic Load Balancing and EC2 Scaling Flashcards

1
Q

What is ELB?

A

ELB automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses.

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

What are the three types of ELBs?

A
  • Application Load Balancer (ALB) – layer 7 load balancer that routes connections based on the content of the request (HTTP requests).
  • Network Load Balancer (NLB) – layer 4 load balancer that routes connections based on IP protocol data (TCP traffic).
  • Classic Load Balancer (CLB) – this is the oldest of the three and provides basic load balancing at both layer 4 and layer 7.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Auto Scaling?

A

AWS Auto Scaling automates the process of adding (scaling up) OR removing (scaling down) EC2 instances based on the traffic demand for your application.

Auto Scaling helps to ensure that you have the correct number of EC2 instances available to handle the application load.

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

What is an Auto Scaling Group?

A

Collections of EC2 instances

A desired capacity can be configured and AWS Auto Scaling will ensure the group has this number of instances.

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