Elasticache - 增加复制节点
Elasticache - Increase the nodes for replication
我一直在寻找 elasticache 作为我们 EC2 redis 部署的替代品。
但是我在我们的部署中有 1 个主服务器和 11 个副本的硬性要求,而 elasticache 只允许 5 个副本。有没有什么办法可以放宽这个限制。
不,很遗憾,5 个只读副本似乎是上限 - http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.html
您的副本要求分散 CPU 负载吗?如果是这样,现在有一些非常强大的实例可用。查看 M4 系列机器。
我一直在寻找 elasticache 作为我们 EC2 redis 部署的替代品。 但是我在我们的部署中有 1 个主服务器和 11 个副本的硬性要求,而 elasticache 只允许 5 个副本。有没有什么办法可以放宽这个限制。
不,很遗憾,5 个只读副本似乎是上限 - http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.html
您的副本要求分散 CPU 负载吗?如果是这样,现在有一些非常强大的实例可用。查看 M4 系列机器。