# Weaviate on production with ECS

**URL:** https://forum.weaviate.io/t/weaviate-on-production-with-ecs/1457
**Category:** General
**Created:** [February 12, 2024, 5:10pm UTC](https://forum.weaviate.io/t/weaviate-on-production-with-ecs/1457 "2024-02-12T17:10:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![garance](https://avatars.discourse-cdn.com/v4/letter/g/c2a13f/32.png) [@garance](https://forum.weaviate.io/u/garance)
#### Post date: [February 12, 2024, 5:10pm UTC](https://forum.weaviate.io/t/weaviate-on-production-with-ecs/1457/1 "2024-02-12T17:10:36Z")

</div>

Hello, we want to put Weaviate with multi nodes on production on AWS, can we use ECS without docker compose? If yes, how to configure horizontal scaling automatically? Or should we use Kubernetes for a better orchestration? Some advice for production solution on AWS?

Our project has few components: a tool for serving models of vectorization, a Weaviate server and a program for Weaviate indexation.

---

<div class="post-metadata">

### Author: ![DudaNogueira](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/dudanogueira/32/7846_2.png) [@DudaNogueira](https://forum.weaviate.io/u/DudaNogueira)
#### Post date: [February 12, 2024, 8:39pm UTC](https://forum.weaviate.io/t/weaviate-on-production-with-ecs/1457/2 "2024-02-12T20:39:07Z")

</div>

hi @garance !

For AWS we suggest the two options:

From AWS Marketplace: [AWS Marketplace | Weaviate - Vector Database](https://weaviate.io/developers/weaviate/installation/aws-marketplace)

Or installing in AWS EKS using our helm:

> **[Kubernetes | Weaviate - Vector Database](https://weaviate.io/developers/weaviate/installation/kubernetes)**
>
> Make sure to set your desired Weaviate version.

For multinode, K8s is our go to deployment method.

Let me know if that helps 🙂

---

<div class="post-metadata">

### Author: ![garance](https://avatars.discourse-cdn.com/v4/letter/g/c2a13f/32.png) [@garance](https://forum.weaviate.io/u/garance)
#### Post date: [February 13, 2024, 1:43pm UTC](https://forum.weaviate.io/t/weaviate-on-production-with-ecs/1457/3 "2024-02-13T13:43:02Z")

</div>

Hi @DudaNogueira thank you for the advice, we will use K8s on AWS.
