Unable to reboot RDS Multi-AZ MySQL Cluster

0

I have been unable to reboot or failover a cluster using the new RDS Multi-AZ MySQL Cluster service. It always shows the same error in the AWS console:

Cluster Menu

Cluster Reboot Error

Rebooting individual writer/reader nodes will reboot, but never the cluster. I was wondering if this was happening to anyone else?

1 Answer
0

I am going to sum this up to a UI/Javascript bug in the AWS console.

How to do it via CLI:

aws rds reboot-db-cluster --db-cluster-identifier {your-cluster-id}

Guides:

CLI tool install: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#getting-started-install-instructions

CLI tool configuration: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions