Open SomayaB opened 4 years ago
I see that there's already a PR for Elasticache Redis L2 construct: https://github.com/aws/aws-cdk/issues/8196 🚀
Any updates here? Looks like there's a lot of interest in this.
+1 interest
I've just finished the first draft for an RFC to get L2 support going. I'm currently waiting for feedback from the bar raiser, but community outreach will be next :) https://github.com/aws/aws-cdk-rfcs/issues/456
The RFC is now looking for feedback: https://github.com/aws/aws-cdk-rfcs/pull/464
The RFC is merged. I'm still a bit unclear on the formalities of the implementation process (see the discussion in the RFC issue), but if someone knows more about this and wants to go ahead already, that's fine for me, too. Otherwise, I would wait for feedback on the process and implement RedisClusterReplicationGroup
and the related interfaces and base classes afterwards.
Any updates? ElastiCache Serverless has been announced, and not much activity here.
This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue.
Add your +1 đź‘Ť to help us prioritize high-level constructs for this service
Overview:
Amazon ElastiCache makes it easy to set up, manage, and scale distributed in-memory cache environments in the AWS Cloud. It provides a high performance, resizable, and cost-effective in-memory cache, while removing complexity associated with deploying and managing a distributed cache environment. ElastiCache works with both the Redis and Memcached engines; to see which works best for you, see the Comparing Memcached and Redis topic in either user guide.
AWS Docs
Maturity: CloudFormation Resources Only
See the AWS Construct Library Module Lifecycle doc for more information about maturity levels.
Implementation:
See the CDK API Reference for more implementation details.
Issue list:
This is a đź“ŠTracking Issue