I'm using AWS-RDS(Aurora MySQL5.6) and It's a cluster, it has one writer instance and one reader instance. I find each instance would be down for nearly 10 minutes when I change its type, it's unacceptable, what should I do to avoid downtime?
Here are more details information:
Instead of changing the type of the current writer instance, add a new writer with the desired instance type:
This way you will have nearly no downtime.
If you want to change the type of a reader instance: