AWS RDS MySQL Multi AZ setup and Read Replicas
In this post we take a look what AWS RDS offers to be a high performant and resilient database system. RDS has two capabilities called Multi AZ and read replicas to get this done.
What means multi AZ on RDS?
- Feature to keep your database service running and make it resilient
- Another RDS instance(replica) gets…