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:
- Change type from db.t2.small to db.t2.medium
- Engine version: 5.6.10a
- Freeable Memory: 300M
- DB Connections (Count): ~400
- CPU Utilization (Percent): ~20%