Update parametre group for a ElastiCache (redis) cluster via CDK #24977
Unanswered
vinodjayachandran
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Doesn't |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to close idle db connections to redis.
timeout
parameter let's you do that and CfnParametreGroup seems to be the way for it.But my Redis Cluster is created via CfnReplicationGroup . How can i associate CfnParametreGroup to CfnReplicationGroup ? There seems to be no way from the docs.
Looking for guidance on what's the correct procedure to update parameters for redis cluster via CDK ?
Beta Was this translation helpful? Give feedback.
All reactions