Deployment and Provisioning Flashcards

1
Q

What are the three components of an ALB?

A

Load Balancer
Listener
Target Groups

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

What is an ALB listener?

A

Reads requests from clients

Compares requests to rules, then forwards to target group

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

What is ALB target group?

A

Receives forwards from a listener

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

Where are health checks configured in an ALB?

A

Per target group

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

Can targets exist in more than one target group?

A

Yes

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

At what layer of the OSI model does the ALB route data?

A

Layer 7

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

In an ALB, what is path-based routing?

A

forwards based on the URL in the request.

/dev and /prod can route to different target groups

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

In an ALB, what is host-based routing?

A

Forwards based on the host field in the HTTP header.

dev.mysite.com and prod.mysite.com can route to different target groups.

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

At what layer does the network load balancer work?

A

Layer 4

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

Which load balancer should you use if using classic EC2 instances?

A

Classic Load Balancer

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

To ensure evenly-distributed traffic to all registered instances, do what?

A

enable cross-zone load balancing

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

Can EFS span availability zones?

A

Yes

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

Is Windows supported for EFS?

A

No

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

does NFS support bursting?

A

Yes

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

How can you encrypt EFS

A

With KMS

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

True or false, your NFS environment is customer managed. High availability depends on your architecture?

A

False, this is an AWS supported service.

17
Q

How would you mount an EFS volume?

A

ssh

cli command - mount -t nsf4 dnsname:/ /path/to/mount