Last active
April 8, 2020 09:11
-
-
Save ross-humphrey/5ce0323168a72a12121d92f90dd620f8 to your computer and use it in GitHub Desktop.
⚖ What is Elastic Load Balancing?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is Elastic Load Balancing? | |
> Distributes incoming application or network traffic across multiple targets | |
> Across AZs | |
> Load balancer scales as traffic scales for your workloads | |
Load Balancer Benefits: | |
> Increases availability and fault tolerance of applications | |
> Add remove compute as your need changes without disrupting overall flow of requests | |
> Configure health checks, monitoring the health of compute resource and only direct traffic to healthy resources. | |
> Offload encryption and decryption to the ELB so your resources can focus on their main job. | |
Three types of Load Balancer: | |
> HTTP - Application Load Balancer | |
> Network/Transport Protocols/Low Latency - Layer 4 Load balancing | |
> Class = Classic Load Balancer | |
ELB can be accessed privately from VPC using VPC endpoints. (no internet gateway, nat gateway or VPN connection). | |
SLA guarantees 99.99% availability for load balancers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment