ELB Flashcards
Automatically distributes incoming application traffic across multiple targets.
Elastic Load Balancing
Load balancer best suited for balancing HTTP and HTTPS traffic
Application Load Balancer
Load Balancer that operates at layer 7 (application level), and is application aware
Application Load Balancer
Load balancer that is capable of handling millions of requests per second, while maintaining ultra-low latencies (high performance)
Network Load Balancer
Load Balancer that operates at layer 4
Network Load Balancer
Load balancer used when deploying inline virtual appliances where network traffic is not destined for the gateway load balancer itself
Gateway Load Balancer
Load Balancer that operates at layer 3
Gateway Load Balancer
Legacy load balancers that balance HTTP and HTTPS applications
Classic Load Balancer
Load balancers used for testing and dev work
Classic Load Balancer
Periodically send requests to load balancer’s registered instances to test their status
Health Checks
Do load balancers send requests to unhealthy instances?
No
Status of any instances that are unhealthy at the time of the health check
OutOfService
Checks for connection requests from clients using the protocol and port you configure
Listeners
When conditions are met then its defined actions are performed
Rules
Route requests to one or more registered targets using the port and number specified
Target Groups