Elastic Load Balancing (ELB)

Distributed Load Balancer

Automatically distributes incoming application traffic across multiple targets, such as EC2 instances, containers, and IP addresses, in one or more Availability Zones.
5 minutes 5 Questions

Elastic Load Balancing (ELB) is a fully managed AWS service that automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses. ELB helps improve the availability and fault tolerance of applications. AWS offers three types of load balancers: 1. Application Load Balancer (ALB): Operates at layer 7 (application layer) of the OSI model. It's ideal for HTTP/HTTPS traffic and supports advanced routing, including path-based routing, host-based routing, and supports WebSockets and HTTP/2. ALB can route requests to targets across multiple Availability Zones. 2. Network Load Balancer (NLB): Operates at layer 4 (transport layer). It can handle millions of requests per second while maintaining ultra-low latencies. NLB is ideal for TCP, UDP, and TLS traffic where extreme performance is required. 3. Classic Load Balancer (CLB): The original ELB service that provides basic load balancing across EC2 instances. It operates at both the application and transport layers. Key features of ELB include: - Health checks to detect unhealthy instances - Integration with AWS services like Auto Scaling - Security features including integration with AWS Certificate Manager for SSL/TLS - Support for hybrid environments - CloudWatch integration for monitoring - Sticky sessions capability ELB helps architect highly available systems by distributing traffic across multiple AZs. If an entire AZ fails, ELB continues routing traffic to instances in other AZs. For scalability, ELB automatically scales based on traffic patterns. It can be used with Auto Scaling to adjust capacity when demand changes. ELB is a regional service, so each load balancer operates within a specific region, though it can distribute traffic to multiple AZs within that region.

Elastic Load Balancing (ELB) is a fully managed AWS service that automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addre…

Concepts covered: ELB Health Checks, Cross-Zone Load Balancing, ELB-Integrated AWS Services, ELB Monitoring and Logging, Elastic Load Balancer Types, Load Balancer Listeners, ELB Connection Draining, ELB Auto Scaling, Elastic Load Balancing Algorithms, ELB Security Policies

Test mode:
Go Premium

AWS Certified Solutions Architect - Associate Preparation Package (2025)

  • 2202 Superior-grade AWS Certified Solutions Architect - Associate practice questions.
  • Accelerated Mastery: Deep dive into critical topics to fast-track your mastery.
  • Unlock Effortless AWS Certified Solutions Architect preparation: 5 full exams.
  • 100% Satisfaction Guaranteed: Full refund with no questions if unsatisfied.
  • Bonus: If you upgrade now you get upgraded access to all courses
  • Risk-Free Decision: Start with a 7-day free trial - get premium features at no cost!
More Elastic Load Balancing (ELB) questions
59 questions (total)