Mount AWS storage services (S3 or EBS) for persistence

I want to add persistence to my Weaviate Instance that I am planning to set up in AWS ECS. I can add persistence using volumes section.
Is there any way that I can add persistence when container created in AWS ECS. It can either be AWS S3 or EBS.
Please suggest here.

@DudaNogueira @jphwang

Hi!

From Weaviate side, as long as it can write on the folder defined in PERSISTENCE_DATA_PATH, it should work.

Now, in order to guarantee performance, I don’t think that S3 is an option :thinking:

So EBS should be better.

Please, let me know if this helps :slight_smile:

Thanks!

1 Like