ELB & ASG Flashcards

1
Q

What are the two kinds of scalability?

A

Vertical and Horizontal

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

What is Vertical Scalability?

A

Increasing the computing power or overall size of the instance.

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

What is Horizontal Scalability?

A

Increasing the number of available instances to run your workload.

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

What is the difference between Scalability and Elasticity?

A

Scalability scales up or out the resources needed and elasticity is the ability to scale back down and in.

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

What service automatically distributes incoming application traffic across multiple targets and virtual appliances in one or more Availability Zones (AZs)?

A

AWS ELB (Elastic Load Balancer)

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

What are the three types of Load Balancers in AWS?

A

Application, Network, and Gateway

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

Which Load Balancer is for HTTP and HTTPS only at Layer 7?

A

Application Load Balancer

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

Which Load Balancer is for TCP at Layer 4?

A

Network Load Balancer

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

Which Load Balancer lets you easily deploy, scale, and manage your third-party virtual appliances and is for GENEVE at Layer 3?

A

Gateway Load Balancer

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

What service automatically scales out the number of available EC2 instances to manage workloads?

A

Auto Scaling Group (ASG)

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

What are the 3 Scaling Group Strategies?

A

Manual Scaling - update the ASG size manually
Dynamic Scaling - react to demand or alarms
Predictive Scaling - use ML to predict future traffic patterns

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