Elastic Load Balancing (ELB) Flashcards

1
Q

For web apps, microservices & containers

Primarily used for load balancing HTTP and HTTPS traffic

A

Application Load Balancer (ALB)

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

Handling millions of requests per second while maintaining ultra-low latencies

For load balancing TCP. UDP, and TLS traffic

A

Network Load Balancer (NLB)

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

Running third party virtual appliances in AWS

Suitable for custom firewalls, deep packet inspection systems, intrusion detection & prevention systems and many other virtual appliances

A

Gateway Load Balancer (GWLB)

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

For legacy applications in AWS

For implementing Custom Security Policies and TCP passthrough configuration

No recommended for modern applications

A

Classic Load Balancer (CLB)

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

Can only route traffic in a single AWS Region

A

ELB

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

Can route traffic to multiple AWS Regions

A

Route 53

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

Can you directly install cloudwatch log agent to an application load balancer?

A

No, this is commonly installed on an Amazon EC2 Instance.

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

Does CloudWatch metrics track actual traffic to your ALB?

A

No, it only monitors the changes to your ALB itself and the actual IP traffic that it distributes to the target groups

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

Can you use AWS CloudTrail to get detailed information of all HTTP requests of a ALB?

A

No, CloudTrail can only track the resource changes made to your ALB, but not the actual IP traffic that goes through it.

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

Capture detailed information about the requests made to your load Balancer and store them as log files in S3.

A

Access logs

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