7

My ElastiCache Redis version is on 6.0.5. But I want to use 6.2. According to AWS you can't specify the exact v6.x version.

I want to know if it's possible to upgrade it manually or something.

scroobius
  • 662
  • 2
  • 7
  • 25
  • We have the same problem. We need version 6.0.6 for LPOS support but it's not possible to upgrade the engine version. Now we had no choice but run a redis container and maintain it on our own. – Peter Lustig Sep 03 '21 at 01:58

1 Answers1

2

I’ve looked into this and was unable to find a way to use ElastiCache with Redis 6.2. Instead, I have deployed Redis in docker with ECS and Fargate in a Redis 6.2 dockerfile. Not as turnkey as ElastiCache though, I’m afraid.

ceedob
  • 166
  • 1
  • 6