Post multipart form data to AWS App Runner times out

0

Part of my API deployed with docker on App Runner relies on uploading a file to the API (in the order of 180KB), which then uploads it to S3 (I know I should be uploading directly to S3, but I don't have time to implement that at the moment). Whenever I POST the file to the API, the request times out and every further request times out as well, until I redeploy. Normally my App Runner service is behind Cloudfront, but I'm reproducing that without cloudfront, connecting straight to the app runner endpoint - the incoming traffic is configured as Public endpoint I do not receive any further logs from my service in cloud watch - including the post request that times out is never logged.

  • Worst part is that it is absolutely impossible to debug, the request does not reach my container, I never get a response from the server to tell me if I'm exceeding some limit, and the App Runner thinks it's running fine and there's no issues whatsoever...

  • On a side note, the exact same docker image, running with the same env vars and in the same vpc/security group, runs perfectly fine in an EC2 instance and processes the requests without any issues.

질문됨 9달 전146회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠