About 4,830,000 results
Open links in new tab
  1. AWS Lambda Timeout when connecting to Redis Elasticache in …

    Apr 30, 2021 · Trying to publish from a Lambda function to a Redis Elasticache, but I just continue to get 502 Bad Gateway responses with the Lambda function timing out. I have successfully …

  2. Valkey on AWS via Terraform can not use replication groups

    May 20, 2025 · From terraform documentation I also thought this should be supported: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data …

  3. Unable to connect to ElastiCache Redis Serverless from Spring …

    Jul 17, 2024 · The ElastiCache instance is deployed in eu-west-2 (EU-WEST-2) region. The Spring Boot application uses standard Redis client libraries to connect (spring-boot-starter …

  4. Is there a downtime when upgrading the AWS Elasticache cluster?

    Feb 7, 2025 · We are currently using Redis Engine 7.1 on our AWS elasticache cluster. We are looking to upgrade the cluster but we have no idea if there is any downtime involved in this? …

  5. How to restrict AWS ElastiCache default user with IAM …

    Feb 13, 2025 · I created an ElastiCache replication group and use RBAC to control user access. Since our project has strict security requirements, I need to create an ElastiCache user and …

  6. Connecting to Elasticache Valkey Using IAM Role

    Jul 1, 2025 · tl;dr Working in Go, and had to write my own token signing method connect to Valkey Instance in Elasticache. Keep getting error: "WRONGPASS invalid username-password …

  7. Java Springboot application not able to connect to AWS …

    Jan 23, 2025 · Trying to connect to AWS Elasticache (valkey engine: serverless: version 8.0) from my Java springboot application. JDK 17 & springboot version 3.2.5. Using Lettuce client …

  8. AWS ElastiCache in cluster mode has no Primary / Reader endpoints

    Jan 20, 2025 · @vht981230 answer covers it all but in the docs it is clearly mentioned Reader endpoints works with ElastiCache (Redis OSS) clusters with cluster-mode disabled. Your …

  9. Unable to connect to AWS Redis endpoint using redis-cli.

    Jan 8, 2019 · Matt's answer lead me in the right direction. However, a small adjustment made my connection work. I looked over the security groups and I noticed that the security group that I …

  10. Unable to Create Redis OSS Cache in AWS due to VPC Subnet Issue

    Jul 22, 2024 · I'm trying to create a Redis OSS cache using Amazon ElastiCache in AWS, but I'm getting "Customer account VPC should have a minimum of 3 default subnets." I have set up …