🎁 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 Cost Optimization
Strategies and practices to reduce and control cloud computing expenses while maintaining performance and availability.
Hybrid Cloud
A computing environment that combines on-premises infrastructure with public cloud services, allowing data and applications to move between them.
Cloud-Native
An approach to building applications that fully exploit cloud computing advantages like scalability, resilience, and flexibility.
Auto Scaling
Automatically adjusting the number of computing resources based on current demand to maintain performance and optimize costs.
VPC (Virtual Private Cloud)
An isolated virtual network within a cloud provider where you can launch resources with full control over IP addressing, routing, and security.
PaaS (Platform as a Service)
A cloud service model that provides a platform for developers to build, deploy, and manage applications without managing infrastructure.
View All Cloud Computing Terms →