🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Cloud Computing Intermediate

What is Elastic Load Balancing?

An AWS service that automatically distributes incoming application traffic across multiple targets like EC2 instances and containers.

AWS offers three load balancer types: Application Load Balancer (HTTP/HTTPS, path-based routing, WebSocket), Network Load Balancer (TCP/UDP, ultra-low latency, millions of requests), and Gateway Load Balancer (third-party virtual appliances).

Features include health checks, auto-scaling integration, SSL termination, sticky sessions, cross-zone load balancing, and WAF integration. ALB supports host-based routing (multiple domains on one ALB) and weighted target groups for blue-green deployments.

Related Terms

Cloud Migration
The process of moving applications, data, and workloads from on-premises infrastructure to cloud computing environments.
Region and Availability Zone
Geographic locations where cloud providers operate data centers, with zones providing redundancy within a region.
Cloud-Native
An approach to building applications that fully exploit cloud computing advantages like scalability, resilience, and flexibility.
Kubernetes Namespace
A virtual cluster within a Kubernetes cluster that provides scope for names and enables resource isolation between teams or environments.
Cloud Load Balancer
A managed service that distributes incoming network traffic across multiple servers to ensure high availability and optimal resource utilization.
Serverless Computing
A cloud execution model where the provider manages servers and dynamically allocates resources, charging only for actual usage.
View All Cloud Computing Terms →