Achieving read and write query availability in AWS Multi-AZ RDS
问题 I have configured Multi-AZ RDS mysql instance with no read replicas in a development environment and I am testing Multi-AZ RDS fail-over by rebooting the DB instance. Below is my observation: During RDS fail-over, the client application will not lost connection but at the same time it won't be able to access the database as well and once fail-over completes, client will able to access the database. Update 1: Above observation is wrong.What I observed just now is that after fail-over