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…