Replies: 3 comments
-
Hi @jaydm26 , you can create ElasticCache cluster with valkey engine using L1 construct - CfnCacheCluster as there are no official L2 construct from CDK providing this support. |
Beta Was this translation helpful? Give feedback.
-
any updates on this? |
Beta Was this translation helpful? Give feedback.
-
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_elasticache/CfnCacheCluster.html currently list
Tried that value in a CDK diff
|
Beta Was this translation helpful? Give feedback.
-
CDK Docs (https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_elasticache/CfnCacheCluster.html) don't show Valkey as an option for ElastiCache engine. However, CFN Docs suggest that valkey is an allowed value (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-cachecluster.html#cfn-elasticache-cachecluster-engine).
Thus, I am wondering if we can now create ElastiCache Cluster with a valkey engine with CDK or not.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions