mercredi 14 octobre 2015

Using Redis behing AWS load balancer

We're using Redis to collect events from our web application (using Redis pub/sub) behind AWS ELB. We're looking for a solution that will allow us to scale-up and high-availability for the different servers. We do not wish to have these two servers in a Redis cluster, our plan is to monitor them using cloudwatch and switch between them if necessary.

We tried a simple test of locating two Redis server behind the ELB, telnetting the ELB DNS and see what happens using 'redis-cli monitor', but we don't see nothing. (when trying the same without the ELB it seems fine)

any suggestions?

thanks




Aucun commentaire:

Enregistrer un commentaire