Sagemaker Async endpoint never returns result to app hosted on ECS

0

I'm currently running a web application on ECS with sagemaker for model predictions. I have a model and endpoint set up for async inference and when I run the application locally inference is successful and I can see on cloudwatch that the backlog increases and is then cleared out. However, when I try the same on the ECS hosted app the backlog size increases but all the invocations fail. Then I check the logs in cloudwatch and I get this for each invocation:

Inference request succeeded. ModelLatency: 49244118 us, RequestDownloadLatency: 175208 us, ResponseUploadLatency: 89918 us, TimeInBacklog: 19685 ms, TotalProcessingTime: 69210 ms

Could it be a networking issue? Any insights would be helpful, thanks. Also, I don't get a notification from the failure SNS topic.

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则