Indepth look into ELB types

Amazon Web Services (AWS) Elastic Load Balancer (ELB) is a fully-managed load balancing service that can distribute traffic across multiple compute resources to improve application availability, scalability, and performance. There are four types of ELB provided by AWS:

  1. Classic Load Balancer (CLB)
  2. Application Load Balancer (ALB)
  3. Network Load Balancer (NLB)
  4. Gateway Load Balancer (GLB)

Continue reading “Indepth look into ELB types”

Intro to AWS Elastic Load Balancing

AWS Application Load Balancer (ALB) is a service that provides advanced load balancing capabilities for HTTP and HTTPS traffic at the application layer (Layer 7) of the OSI model. ALB routes incoming traffic to different targets, such as Amazon EC2 instances, ECS tasks, or Lambda functions, based on rules that you define.

Continue reading “Intro to AWS Elastic Load Balancing”