๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout 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

Hybrid Cloud
A computing environment that combines on-premises infrastructure with public cloud services, allowing data and applications to move between them.
Cloud Computing
The delivery of computing services over the internet, including servers, storage, databases, and software on demand.
Cloud Migration
The process of moving applications, data, and workloads from on-premises infrastructure to cloud computing environments.
AWS (Amazon Web Services)
The world's largest cloud computing platform, offering hundreds of services for compute, storage, networking, and more.
Auto Scaling
Automatically adjusting the number of computing resources based on current demand to maintain performance and optimize costs.
CDK (Cloud Development Kit)
A software development framework for defining cloud infrastructure using familiar programming languages instead of YAML or JSON templates.
View All Cloud Computing Terms โ†’