I have a Load Balancer setup which has a Target group associated with it. This target group has two targets. Both are healthy.
When I tried to reach the load balancer, all the traffic is routed to the same target every single time. If I deregister one of the target(which was receiving all the traffic) then the traffic goes to the other target.
Even though the default algorithm is round robin, traffic is routed to the same target every single time.
I tried changing the algorithm and other parameters, still no luck.
Can anyone let me know why this is happening? and how to fix this?