AWS - RDS and Relational Databases
Given this AWS CLI command to create an RDS instance with Multi-AZ enabled:
aws rds create-db-instance --db-instance-identifier mydb --engine mysql --allocated-storage 20 --db-instance-class db.t3.micro --multi-az trueWhat will happen if the primary AZ fails?
