Elastic Cache Redis maintenance window

62 views Asked by At

Is there a way a see when the maintenance for redis started, to keep track of how is going, and when is done? I know that we can set up AWS to send notifications when is the next maintenance event( within the set up maintenance window) but do they tell you how long is that going to be?

aws elasticache describe-events --source-type cache-cluster --region --source-identifier --filter-name event-source --filter-values "cache-cluster" --query "Events[?contains(Message, 'maintenance')]"

will this command show all the messages regarding the maintenance, like in progress or something?

any information regarding this will be highly appreciated

i was thinking to set up the AWS notification regarding the maintenance event also to run this command, aws elasticache describe-events --source-type cache-cluster --region --source-identifier --filter-name event-source --filter-values "cache-cluster" --query "Events[?contains(Message, 'maintenance')]"

0

There are 0 answers