๐ŸŽ 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

Edge Computing
A distributed computing paradigm that processes data near the source of generation rather than in a centralized cloud data center.
Google Cloud Platform (GCP)
Google's suite of cloud computing services running on the same infrastructure that Google uses for its consumer products.
S3 (Simple Storage Service)
An AWS object storage service that stores and retrieves any amount of data from anywhere on the web.
CDK (Cloud Development Kit)
A software development framework for defining cloud infrastructure using familiar programming languages instead of YAML or JSON templates.
SaaS (Software as a Service)
A cloud delivery model where software applications are hosted and managed by a provider and accessed by users over the internet.
Cloud Function
A serverless compute service that runs code in response to events without requiring server management or infrastructure provisioning.
View All Cloud Computing Terms โ†’