How to install/manage Redis Cluster on AWS EC2, not ElastiCache?

Question:

Due to some historical/incident reasons, my company cannot use AWS ElastiCache, so can someone recommend a step-by-step tutorial on how to configure a Redis Cluster on AWS EC2?

This install redis on aws micro instance has already been very answered how a single Redis instance could be installed.

But in terms of installing a Redis Cluster, no further information is provided and I searched on the Internet, no clear tutorials/examples are found, e.g. which cluster management should be used? ZooKeeper, Mesos, etc?
And anything else should be paid attention be, when developing, configuring and deploying to production.

Thanks a lot!

Answer:

The Redis Labs Enterprise Cluster (RLEC) is available via the AWS Marketplace. In addition, there is a fully managed version available too though, by definition, that isn’t self install.

Leave a Reply