Information
Amazon Relational Database Service (RDS) is a managed relational database service which handles routine database tasks such as provisioning, patching, backup, recovery, failure detection, and repair.
There are 6 database engines available for customer to run their database workloads on:
* Amazon Aurora (MySQL Compatible)
* MySQL
* MariaDB
* Oracle
* Microsoft SQL Server
* PostgreSQL
Provides AWS managed high availability of the Database Tier across 2 availability zones within a region through asynchronous replication at the data layer.
Solution
Using the Amazon unified command line interface:
* Modify each no-multi-az DB instance, and make it Multi-AZ enabled:
aws rds modify-db-instance --db-instance-identifier <your_db_instance> --multi-az