'Using one network load balancer for multiple fargate containers and connecting API Gateway
I am running multiple containers using amazon fargate. These containers use a single network load balancer. An API gateway is created to serve the APIs of the containers using a VPC link. The problem is, if I call an endpoint(let's say a get request to "www.example.com/dev/movies") and click send, sometimes it's going to return Error 404, and sometimes it's going to return the right result. I don't know why it is behaving this way. Is it because I am using a single network load balancer or are there any other reasons for this.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
