ElastiCache using AWS CDK for Python/C# #507
Labels
effort/medium
Medium work item – a couple days of effort
feature-request
A feature should be added or improved.
language/dotnet
Related to .NET examples
language/python
Related to Python examples
ngde/pod
Great issues for pods
p2
🚀 Feature Request
General Information
Description
Using Python/C# to stand-up ElastiCache with three options 1.) Redis Cluster, 2.) Replication Group; 3.)Replication Group with multiple shards. This implementation is going to also add parameter group, generate user credentials in Secrets Manager
Proposed Solution
This solution is going to provide a sample code to user with the following three Options, based on the configuration
1.) Redis Cluster
2.) Redis Cluster with Replication
3.) Redis Cluster with Replication and Partitioning
As far as the security, it will support both Auth Token and User Group/User per the Redis engine versions.
There will be configuration for the following items
It will use class inheritance to abstract common methods and variables to the super class which is shared by the child class for the three options.
Unit test will be pytest.
Environment
Other information
The text was updated successfully, but these errors were encountered: