AWS EBS runs into “504 Gateway Time-out”
问题 I'm new to using AWS EBS and ECS, so please bear with me if I ask questions that might be obvious for others. To the issue: I've got a single-container Node/Express application that runs on EBS. The local docker container works as expected. On EBS, I can access one endpoint of the API and get the expected output. For the second endpoint, which runs longer (around 10-15 seconds) I get no response and run after 60 seconds into a time out: "504 Gateway Time-out". I wonder how I would approach