Add Valkey support to ElastiCache CacheCluster
#4771
Labels
blocked
The issue cannot be resolved without 3rd party action.
kind/enhancement
Improvements or new features
Currently the ElastiCache
CacheCluster
resource does not support the Valkey engine. Instead it only supports redis and memcached.Support for this is currently blocked on AWS APIs not accepting the engine type
valkey
in theCreateCacheCluster
API call.This upstream issue (hashicorp/terraform-provider-aws#39905) tracks support for this. Once it's released in the upstream terraform provider we can release it as part of
pulumi-aws
.As a workaround you can use the ElastiCache
ReplicationGroup
resource to deploy Valkey cache cluster today. By settingnumCacheClusters
to one, it creates a single node cluster.The text was updated successfully, but these errors were encountered: