ELB Flashcards
ELB means
Elastic load balancer
When is it appropriate to use a classic load balancer?
When you need to support legacy. Or when the Application Load Balancer is not approps.
If you want to use EC2 classic and a load balancer. What load balancer will be required?
The classic.
Name the three types of ELB
Application
Network
Classic
What does the network load balancer do?
Distributes traffic within the AWS environment only.
To distribute HTTP and HTTPS requests, what load balancer is required?
Application Load Balancer
Are ELBs to be considered highly available?
Yes
Explain the ELB Component: Listeners
Defines how inbound connections are routes.
Explain the ELB Component: target groups
A group of resources to which you want to route your requests.
Explain the ELB Component: rules
Rules are associated with each listener. And help determine behaviour if certain criteria are met.
Explain the ELB Component: Healthchecks
Checks a target resource group / resource is healthy.
If it’s not. Actions can be specified.
True or false. You must have a ELB mode, in each AZ you want an ELB to distribute traffic to?
True
What does cross zone load balancing do, in relation to ELBs.
Ensures all targets, in al AZ’s get an equal load.
What does a ELB Launch config do?
Allows you to specify setting and details of the EC2’s you want the ELB to launch.
Does ELB have the power to take over encryption and decryption work from EC2 instances, and manage it centrally at the load balancer?
No!