How Can I Ensure No Write Downtime During Aurora MySQL Failovers?

0
6
Asked By TechieExplorer42 On

I'm looking for ways to perform a managed planned failover in Aurora MySQL without any write downtime. I know the multi-master feature was deprecated, so I'm seeking suggestions or workarounds for this issue. Any tips?

1 Answer

Answered By CloudGuru23 On

You should look into the switch over feature with Aurora Global Database. It allows for minimal downtime during failover, claiming times under 30 seconds. However, just a heads up, there might still be some downtime for writes during the process.

DataDev001 -

Yeah, I've heard that while reads can be seamless, writes might still face some downtime. Best to prepare for that in your application.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.