1 Answer
- Newest
- Most votes
- Most comments
2
Hello.
To enable cluster mode from ElastiCache Redis with cluster mode disabled, you need to set it to "cluster-enabled" in the parameter group.
Therefore, to enable it from a disabled state, you need to create a custom parameter group with "cluster-enabled" enabled in advance, and then change the parameter group at the same time when changing the cluster mode.
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/modify-cluster-mode.html
Relevant content
asked a year ago
