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

Categories

Cloud Computing Intermediate

What is Cloud Load Balancer?

A managed service that distributes incoming network traffic across multiple servers to ensure high availability and optimal resource utilization.

Cloud load balancers automatically distribute traffic across healthy backend instances. Layer 4 (transport) load balancers route based on IP and port, while Layer 7 (application) load balancers make decisions based on HTTP headers, URLs, and cookies. Major services include AWS ALB/NLB, Azure Load Balancer, and Google Cloud Load Balancing. Features include health checks (removing unhealthy instances), SSL termination, sticky sessions, WebSocket support, and integration with auto-scaling groups. Global load balancers route traffic across regions for disaster recovery. Cloud load balancers eliminate single points of failure and enable zero-downtime deployments.

Related Terms

Serverless Computing
A cloud execution model where the provider manages servers and dynamically allocates resources, charging only for actual usage.
SLA (Service Level Agreement)
A formal agreement between a service provider and customer defining guaranteed levels of service availability and performance.
AWS (Amazon Web Services)
The world's largest cloud computing platform, offering hundreds of services for compute, storage, networking, and more.
CloudFormation
An AWS service that provisions and manages cloud resources using declarative JSON or YAML templates.
Object Storage
A storage architecture that manages data as objects with metadata and unique identifiers, ideal for unstructured data at scale.
Cloud Monitoring
Services that collect, analyze, and alert on metrics, logs, and traces from cloud infrastructure and applications.
View All Cloud Computing Terms →