We have been successful in communicating from our web application a single mobile server running in AWS behind an application load balancer (ALB) that routes from 443 to 8081. Once we turn on a second mobile server and add it to the target group, the round robin routing seems to ignore the stickiness and routes the requests to one server and then the next. I was able to “spoof” the serviceID across both servers which helped but then was not able to do the same with the ChannelID that is provided from one server and then not found on the next.
There’s no application cookie I can find to present to the ALB nor does the application seem to accept a cookie generated from the ALB. Has anyone been able to get this to work? Am I using the right type of AWS load balancer?