
The cloud's true elasticity: managed load balancers and capacity that follows the load — multi-AZ availability as a setting, not a project.
ALB for modern HTTP traffic, NLB for heavy TCP, Gateway LB for appliances: AWS load balancers are managed, scale by themselves and distribute across multiple Availability Zones. With Auto Scaling Groups, instances are born and die following the metrics.
Path and host routing, managed TLS, WAF integrable: the front end of web applications.
Millions of connections at minimal latency: the load balancer for serious TCP workloads.
Target tracking on the right metrics: CPU isn't always the one that matters.
Pre-warmed instances and lifecycle hooks: scale-out ready even for slow boots.
ALB works at L7 (host/path routing, WebSocket, gRPC, integrated OIDC), NLB at L4 with millions of connections and static IPs, Gateway LB inserts security appliances inline. The Auto Scaling group combines health checks, warm pools and policies: target tracking (keep CPU at 60%), step and predictive scaling that learns the patterns. The secret is the right grace period and immutable AMIs to scale in seconds.
Black Friday without sizing the year on one day: elastic capacity and an honest bill.
The backend that knows no maintenance windows: rolling updates behind the load balancer.
Fleets born at 2 and gone by 5: the work done, the cost zeroed.