You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not the behavior of AWS. In AWS, replication groups with one node group are by default in non-clustered mode, unless enabled explicitly. Instead of creating a cluster, the instances are managed via REPLICAOF
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)
LOCALSTACK_API_KEY=... localstack start
Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
Is there an existing issue for this?
Current Behavior
When creating a new replication group in ElastiCache, localstack attempts to create redis instances in clustered mode.
This later leads to the following error when trying to connect to the cluster:
Moreover, this actually creates a redis cluster, so you can connect with
redis-cli -c -p ...
and runcluster nodes
:Expected Behavior
This is not the behavior of AWS. In AWS, replication groups with one node group are by default in non-clustered mode, unless enabled explicitly. Instead of creating a cluster, the instances are managed via
REPLICAOF
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g.,
bin/localstack
command, arguments, ordocker-compose.yml
)Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
See steps in description
Environment
Anything else?
No response
Originally posted by @thrau in localstack/localstack#9317
The text was updated successfully, but these errors were encountered: