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?

preguntada hace un año334 visualizaciones
1 Respuesta
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
EXPERTO
iwasa
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas