Best way to run Redis/Rejson with HA on AWS

1/9/2020

As AWS & GCP is not providing managed service for any of the modules of Redis. I am looking forward to running Redis ReJson with HA configuration on AWS.

Is it best way to set it up on EC2 with RDB backup? How EBS storage will work as i want multi AZ also auto failover.

Right now somewhere i am planning for deploy it on Kubernetes with helm chart : https://hub.helm.sh/charts/stable/redis-ha

Which one will be better option to deploy EC2 or Kubernetes ? & How data replication will work in multi-AZ if deployed using EC2 or Kubernetes?

-- Harsh Manvar
amazon-web-services
kubernetes
redis
redislabs
rejson

1 Answer

1/10/2020

RedisLabs provides a managed Redis with modules support on both AWS and GCP.

See: Cloud PRO https://redislabs.com/redis-enterprise-cloud/

-- Guy Korland
Source: StackOverflow