# Mender setup at ECS

**URL:** https://hub.mender.io/t/mender-setup-at-ecs/1847
**Category:** General Discussions
**Tags:** mender-server
**Created:** [April 27, 2020, 12:30pm UTC](https://hub.mender.io/t/mender-setup-at-ecs/1847 "2020-04-27T12:30:59Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![tranchitella](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/tranchitella/32/606_2.png) [@tranchitella](https://hub.mender.io/u/tranchitella)
#### Post date: [April 27, 2020, 4:39pm UTC](https://hub.mender.io/t/mender-setup-at-ecs/1847/3 "2020-04-27T16:39:37Z")

</div>

@imort if you are uploading large files, please have a look here:

> [@Mender-proxy/deployments unable to upload files to minio](https://hub.mender.io/t/mender-proxy-deployments-unable-to-upload-files-to-minio/1637/11):
>
> @opops You are right, to upload large files you need to increase the proxy\_read\_timeout in mender-api-gateway. This is going to be fixed in our next patch release, in the meantime you can make the configuration permanent as follows: diff a/docker-compose.yml b/docker-compose.yml index a2302f7..d3b2b66 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,6 +42,8 @@ services: service: mender-base networks: - mender + volumes: + - ./inc…

If you are using an AWS load balancer in front of Mender, edit its configuration using the AWS console and increase the idle timeout accordingly.

---

_[View the full topic](https://hub.mender.io/t/mender-setup-at-ecs/1847)._
