Does Elastic Load Balancing service limit traffic based on payload size?

0

I would like to implement an upload API to handle large files (i.e. 1GB+). The architecture that I have in mind looks like this (I am intentionally avoiding uploads to S3).

Enter image description here

I know that some services like the API Gateway limit request payloads to a maximum of 10MB per request. Does ELB impose a similar limitation that would make the above architecture unworkable?

已提问 1 年前334 查看次数
1 回答
0

Hi.

Assuming it's an Application Load Balancer, it's fine if the backend is ECS.
Lambda has a 1MB limit (HTTP 413: Payload too large)

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-troubleshooting.html#http-413-issues

It is better to adjust the timeout value. Default is 60 seconds.

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html

profile picture
专家
iwasa
已回答 1 年前

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

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

回答问题的准则