I’m trying to set a password using AUTH in Redis. I’m using AWS ElasticCache. I followed the documentation of AWS, but it doesn’t seem to work. Here is where I’m setting the password:
Control Access:
Control Access Option: Default User with AUTH command
AUTH Token: *********
And in Redis Desktop Manage I’m trying to access Redis setting AUTH option
This is my Security group in AWS. The source is another Security group where my EC2 instance is:
Type: Custom TCP
Protocol: TCP
Port Range: 6379
And in my Subnet Group I’m setting the same availability zone where my EC2 instance is
It is important to say that the connection works when I’m not setting the AUTH option, this only fails when I enable Encryption in transit.