Process Flow - Application Load Balancer (ALB)
Client sends HTTP request
ALB receives request
ALB evaluates listener rules
Select target group based on rules
Forward request to healthy target instance
Target instance processes request and responds
ALB sends response back to client
The ALB receives client requests, checks rules to decide which server group to send to, forwards the request to a healthy server, and returns the response to the client.