description AWS Elastic Load Balancer (ELB) Overview
While not a migration tool, the ELB is a non-negotiable component of the target architecture. During migration, you must ensure that the newly migrated application tiers are placed behind a robust load balancer. This ensures that traffic is distributed correctly, providing immediate high availability and resilience from day one, which is a key success metric for any migration project.
help AWS Elastic Load Balancer (ELB) FAQ
What are the four types of AWS Elastic Load Balancers?
AWS offers four ELB types: Application Load Balancer (ALB) for HTTP/HTTPS traffic at Layer 7, Network Load Balancer (NLB) for TCP/UDP traffic at Layer 4, Gateway Load Balancer (GWLB) for third-party network appliances, and Classic Load Balancer (CLB) for legacy applications. Each type is optimized for different traffic patterns and use cases. The Classic Load Balancer is being phased out in favor of the newer options.
Does AWS Application Load Balancer support WebSocket connections?
Yes, Application Load Balancers natively support WebSocket and Server-Sent Events without additional configuration. The ALB upgrades incoming HTTP connections to WebSocket and maintains the connection as long as it remains active. Classic Load Balancers also support WebSocket but with fewer features and less control.
How is AWS Elastic Load Balancer priced?
AWS charges for ELB based on an hourly rate per active load balancer instance plus a per-GB data processing fee for traffic flowing through it. Pricing varies by AWS region and by load balancer type—ALB and NLB have different rate structures. You also pay standard data transfer fees for traffic leaving AWS.
Can AWS ELB distribute traffic to on-premises servers?
Yes, you can register on-premises targets with Application Load Balancers and Network Load Balancers by using AWS Outposts or by connecting on-premises servers via VPN or Direct Connect with IP-address-based target registration. This enables hybrid architectures where traffic is load balanced across cloud and on-premises resources.
explore Explore More
Similar to AWS Elastic Load Balancer (ELB)
See all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.