Weaviate on production with ECS

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.

hi @garance !

For AWS we suggest the two options:

From AWS Marketplace: AWS Marketplace | Weaviate - Vector Database

Or installing in AWS EKS using our helm:

For multinode, K8s is our go to deployment method.

Let me know if that helps :slight_smile:

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