Compute - What is an AWS Elastic Load Balancer (ELB)? Flashcards

1
Q

What is the main function of an Elastic Load Balancer (ELB)?

A
  • Distributes inbound requests evenly across a group of targets
  • Manages and controls the flow of incoming traffic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the targets that can be used with an ELB?

A
  • EC2 instances
  • Lambda functions
  • IP addresses
  • Containers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why should an Elastic Load Balancer be introduced into an architecture?

A
  • Enhances infrastructure resilience
  • Helps handle unpredictable traffic spikes
  • Improves high availability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the advantages of using an AWS ELB?

A
  • Managed by AWS
  • Automatically scales to meet incoming traffic
  • Enables dynamic scaling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the three types of ELBs available in AWS?

A
  • Application Load Balancer
  • Network Load Balancer
  • Classic Load Balancer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a listener in the context of an ELB?

A
  • Configures how inbound connections are routed to target groups
  • Defines ports and protocols for routing conditions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a target group in relation to an ELB?

A
  • A group of resources that the ELB routes requests to
  • Can be associated with different listener configurations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are rules associated with in an ELB?

A
  • Each listener in the ELB
  • Help define how incoming requests are routed to target groups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the purpose of health checks in an ELB?

A
  • Determines the health of resources in the target group
  • Marks unhealthy targets and stops sending traffic to them
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the two schemes for ELBs?

A
  • Internet-facing ELB
  • Internal ELB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the function of ELB nodes?

A
  • Distribute traffic to target groups
  • Placed in each Availability Zone selected for the ELB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Cross-Zone load balancing?

A
  • An option to evenly distribute traffic between targets across multiple Availability Zones
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does an Internet-facing ELB communicate with its target group?

A

Uses the internal IP address of the target group

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

What does an internal ELB require to serve requests?

A

Requests must originate from within the VPC

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

What is the role of server certificates with load balancers?

A

Help terminate encrypted requests

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