We use HAProxy as a reserved proxy server.
Your system outside AWS ---> Internet β HAProxy with open IP β Amazon Redis (Elasticache)
Please note that there is another good reason to do this (at this time)
As we use a node.js client that does not support Amazon DNS firmware, the client driver does not support dns look again. If redis fails, the client driver will maintain a connection to the old master, which is the slave after the failure.
Using HAProxy, he solved this problem.
Now, using the latest ioredis driver, it supports Amazon dns recovery.
teddychan Oct. 15 '15 at 6:53 2015-10-15 06:53
source share