Load Balancers 3 Flashcards

1
Q

SSL Offload

Three ways ELBs can handle SSL?

A

Bridging, pass-thru, offloading

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

SSL Offload

What is Bridging?

A

ELB is SSL server, separate HTTPS connection to back-end instances

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

SSL Offload

Bad security part of Bridging?

A

AWS has some access to keys, ELB has unencrypted access to data

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

SSL Offload

Bad throughput part of Bridging?

A

Back-end EC2 instances have to do the SSL processing

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

SSL Offload

Good part of Bridging?

A

ALBs can look at the content and make routing decisions

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

SSL Offload

What is Passthru?

A

NLBs: doesn’t “break SSL”

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

SSL Offload

What is offloading?

A

HTTPS to the ELB, but plain HTTP to back-end EC2 instances

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

SSL Offload

Good thing about offloading?

A

EC2 instances don’t have to have keys or do SSL crypto

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

SSL Offload

Bad thing about offloading?

A

non-encrypted traffic (but still in a VPC and controllable)

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

Stickiness

Where do you turn on session stickiness?

A

Individual Target Groups in ALBs

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

Stickiness

How does an ALB implement stickiness?

A

Sends “AWSALB” cookie

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

Stickiness

What happens to sticky sessions if the target host fails?

A

A new host is created and all old sessions are pinned to new hosts (self-heals)

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

Stickiness

When does an ALB change the target host for a request with an AWSALB cookie?

A

When the cookie expires

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

Stickiness

Examples of when a user lost their session state and might need stickiness turned on

A

Users getting logged out, losing their shopping carts, lost progress in workflows

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

Security Policies

What is a LB Security Policy?

A

What SSL ciphers and protocols the LB will use

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

Security Policies

Where do you configure a LB Security Policy?

A

Listener

17
Q

Security Policies

Do LB Security Policies support Forward Secrecy?

A

Not by default, have to pick ELBSecurityPolicy-FS