Section 8 High Availability & Scalability ELB & ASG Flashcards

1
Q

Health checks with network load balancers support which protocols?

A

TCP
HTTP
HTTPS

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

What protocol and port does the gateway load balancer use?

A

Geneve protocol on port 6081

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

Gateway load balancers operate at what layer

A

Network layer(3)

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

What two functions do GWLBs perform

A

Transparent network gateway and load balancing

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

Sticky sessions work for which load balancers?

A

Classic
Application
Network

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

Two types of sticky session cookie names

A

Application based
Duration Based

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

Is cross zone load balancing enabled or disabled by default for an ALB

A

Enabled

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

Is cross zone load balancing enabled or disabled by default for an NLB and GLB

A

Disabled

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

Is cross zone load balancing enabled or disabled by default for an classic load balancer

A

Disabled

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

What does connection draining or deregistration delay provide

A

It allows for in-flight requests to complete while an instance is re-registering or unhealthy

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

Elastic Load Balancers provide a..

Static IPv4 you can use in you application?

Static DNS name you can use in your application?

Static IPV6 you can use in your application?

A

Static DNS name

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

Application load balancers support the following protocols except…

HTTP
HTTPS
TCP
WebSocket

A

TCP

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

Network load balancers support which protocols?

A

TCP
TLS
UDP

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

What are the three ways traffic can be routed to different target groups with an ALB?

A

Path in URL
Hostname in URL
Query string headers

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

With an ALB what header is the client IP located in?

A

X-Forwarded-For

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

With an ALB what header is the port located in?

A

X-Forwarded-Port

17
Q

With an ALB what header is the protocol located in?

A

X-Forwarded-Proto

18
Q

How many static IPs per AZ does a NLB support