Hi guys, I'm doing a POC, currently setting up a h...
# community-help
r
Hi guys, I'm doing a POC, currently setting up a highly available Typesense cluster in AWS using both EKS and EC2. I aim to assess the pros and cons of each approach. Additionally, I need to ensure that the data from the docSearch crawler job is replicated automatically across all pods in the EKS approach and across all EBS volumes in the EC2 approach. While I've successfully completed the setup for the EKS approach, I'm now exploring how to achieve the same automatic data replication in an EC2 cluster with AutoScaling. It is clear on how to spin-up new EC2 instances with typesense however I would greatly appreciate your guidance on setting up the EC2 cluster to enable this seamless replication of crawler data across all EBS volumes.
j
This HA guide walks you through an HA setup: https://typesense.org/docs/guide/high-availability.html
👍 1
It’s no different on EC2, than any server
r
Sure. I have looked into it.