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개 답변
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
답변함 일 년 전

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

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

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

관련 콘텐츠