ELB & ASG Flashcards

1
Q

What is scalability?

A

Scalability means that an application / system can handle greater loads by adapting

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

What is high availability

A

High availability means running your application / system in at least 2 availability zones, with the goal of surviving a data centre loss (disaster)

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

What is Elasticity?

A

Elasticity means than a system can ‘auto-scale’ based on the current load

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

What are ELBs?

A

ELBs (Elastic Load Balancers) are servers that forward internet traffic to multiple servers (EC2 instances) downstream

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

3 kinds of load balancers offer by AWS

A
  • Application Load Balancers (HTTP / HTTPS only) - Layer 7
  • Network Load Balancer (TCP) - Layer 4
  • Classic Load Balancer (slowly retiring) - Layer 4 & 7
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are 3 ASG strategies?

A

1, Manual scaling
2, Dynamic Scaling
3, Predictive Scaling

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