AWS Elastic Load Balancing Explained
Part 2 https://youtu.be/DxwXBobFiNI
What is Elastic Load Balancing (ELB)?
Elastic Load Balancing is commonly referred to as an ELB is a service from Amazon Web Services that automatically routes inbound traffic across multiple targets per your configuration.
Read the full blog post at https://www.ahtcloud.com/what-is-elastic-load-balancing
These targets could be a set of EC2 instances, AWS Lambda functions, a range of IP addresses, or even containers.
The targets defined within the ELB could be inside different availability zones (AZs) or within a single Available Zone.
The traffic is distributed based on the target’s health so that all incoming traffic is directed to a healthy instance. if one EC2 instance fails (unhealthy), Elastic Load Balancing automatically routes incoming traffic to the remaining running healthy EC2 instances. If the instance is restored (healthy), Elastic Load Balancing restores incoming traffic to that instance.
There are 4 different types of AWS Elastic Load Balancers:
1. Application Load Balancer – Allows you to route traffic to different ports on the same EC2 Instance. For example, redirect traffic from http to https.
2. Network Load balancer – Used for extreme performance and low latency applications. Allows you to route traffic to targets within your VPC. It Used to load balance network and transport protocols (layer 4 TCP, UDP)
3. Gateway Load Balancer – Allows you to easily deploy, scale and manage virtual appliances such as firewalls, intrusion detection and other systems.
4. Classic Load Balancer – used if your application is built within the EC2 Classic Network.
Like our content ? Please help support us by giving us a like and subscribe to our channel to stay up to date as we will be releasing weekly tutorials. Let me know in the comments below if you want me to cover a specific topic.
Emad Zaamout is inviting you to join Wealthsimple. Use this link, and get TWO free stocks to trade 🤑 https://my.wealthsimple.com/app/public/trade-referral-signup?code=ZB9_IW
Follow us
Facebook – https://www.facebook.com/groups/892132101706782
Twitter – https://twitter.com/AhtCloud
Instagram – https://www.instagram.com/ahtcloud
Github – https://github.com/emad-zaamout
Chapters:
0:00 Introduction
0:09 Why use load balancing? Example.
2:03 What is Elastic Load Balancing?
4:37 How ELB Works? Listeners.
5:58 Elastic Load Balancing Scheme: Internet-facing vs Internal.
7:02 Bonus: EC2 Autoscaling
source
Leave us a comment Cancel reply
COMMON QUESTIONS
Categories
- Agile Coach
- ARTIFICIAL INTELLIGENCE
- Block chain
- Business Analyst BA
- DATA science
- Development
- Devops Automation
- Dotnet
- Education
- Free Job training and assistance
- Information
- Infrastructure automation
- Interview questions
- JAVA
- jobs
- Learn
- Machine learning
- Python Automation
- QA Automation
- RPA Automation
- SAP crm
- Scrum master Agile
- Skill
- UI Design
- Uncategorized
3 Comments
AHT Cloud
May 10, 2022 07:06 amPart 2 – AWS Load Balancing Tutorial – https://youtu.be/DxwXBobFiNI
Adithya K
May 10, 2022 07:06 amMan cool video thanks for knowledge
Hassan Mohammad
May 10, 2022 07:06 amWell explained thank you