3 articles ALB

Select between AWS ELB

Feature Application Load Balancer Network Load Balancer Protocols HTTP, HTTPS TCP, UDP, TLS Connection draining (deregistration delay) ✔ IP addresses as targets ✔ ✔ Static IP and Elastic IP address ✔ Preserve Source IP address ✔ Routing based on Source IP address, path, host, HTTP headers, HTTP method, and query string ✔ Redirects ✔ Fixed…

AWS Application Load Balancer (ALB) primary features

ALB routes traffic based on request data. It makes routing decisions based on the HTTP protocol like the URL path (/upload) and host, HTTP headers and method, as well as the source IP address of the client. This enables granular routing to the target groups. Send responses directly to the client. ALB has the ability to reply…