I am using KUE, on EC2, and setting up an external ElastiCache Redis storage. It appears ElastiCache does not use password (auth), but instead relies on Security Groups. So do I need to leave the redis password (???) param empty?
redis: {
port: 6379 //process.env.REDIS_PORT,
host: blah.44444z.0001.usw1.cache.amazonaws.com //process.env.REDIS_HOST,
auth: ??? //process.env.REDIS_PASS,
options: {
}
}
Starting Redis By default, the port is 6379 and there is no password.
Sign in to the AWS Management Console and open the ElastiCache console at https://console.aws.amazon.com/elasticache/ . From the navigation pane, choose Redis clusters. The clusters screen will appear with a list of Redis (cluster mode disabled) and Redis (cluster mode enabled) clusters.
Amazon ElastiCache for Redis is an AWS managed, Redis-compliant service that provides a high-performance, scalable, and distributed key-value data store that you can use as a database, cache, message broker, or queue.
AWS ElastiCache and EC2 instances have mechanisms to protect against unauthorized access of your data on the server. ElastiCache for Redis also has methods of encryption for data run-in on Redis clusters. Here, too, you have data-in-transit and data-at-rest encryption methods.
To use Amazon ElastiCache, you must have an active AWS account and permissions to access ElastiCache and other AWS resources. If you don't already have an AWS account, create one now. AWS accounts are free. You are not charged for signing up for an AWS service, only for using AWS services.
Posted On: Oct 30, 2019 Amazon ElastiCache for Redisnow allows you to modify authentication tokens by setting and rotating new tokens. Redis authentication tokens enable Redis to require a token (password) before allowing clients to execute commands.
By default, there is no password for elasticache. Unless you enable it from within the "encryption in transit", it is not available as an option.
Try to remove 'auth' and see if this works.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With