ELB & ASG Flashcards

1
Q

scalability

A

application can handle greater loads by adapting

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

types of scalability

A

vertical and horizontal (elasticity)

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

vertical scalability

A

increase the size of an instance

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

horizontal scalability

A

increase the number of instances

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

what is high availability

A

instances/application in at least 2 data centres - prevent data loss

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

what is a elb

A

elb directs traffic to instances

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

is elb managed

A

yes

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

different types of alb

A

classic all, application https, network tcp udp, gateway ip

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

another name for sticky session

A

session affinity

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

what is sticky session

A

the user will always go to the same instance behind the load balancer

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

cross zone load balancing for application and network

A

app - enabled by default, wont be charged, net - disabled by default, will be charged

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

what is the goal of an ASG

A

to increase or decrease instances, scale out or scale in

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

does asg automatically add instances to LB

A

yes

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

what happens if there is a faulty instance in an asg

A

automatically gets replaced

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

are asg free

A

yes, only pay for resources created

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

what is a launch template

A

information about your instances in a asg

17
Q

asg - target tracking scaling

A

average 40% cpu

18
Q

asg - simple/step scaling

A

when cloudwatch is triggered it adds more or less instances

19
Q

asg - scheduled actions

A

certain time add more or less

20
Q

metrics to scale on in asg

A

average CPU, requests count per target, average network in/out (download/upload), or custom

21
Q

cooldown period in asg

A

300 secs