'Multiple Target on one ApplicationLoadBalancer on same cluster
I am trying to create ApplicationLoadBalancer which points to two different ecs containers on same cluster and serve them by hostname rule or path pattern, first one get deployed succesfully but second one always stuck. there is no error but it jut don't work But if I deploy on two different cluster then it work fine
is it not possible or I am missing something?
Solution 1:[1]
After some Research I found the reason It was due to ENI as I was using AWSVPC Network mode which is default one. I had to switch to Bridge mode to deploy it successfully.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Anwar Javed |
