Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 921
Fisher Coder Avatar asked Oct 29 '22 12:10

Fisher Coder


1 Answers

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.

like image 79
stdunbar Avatar answered Nov 15 '22 07:11

stdunbar