multy
multy copied to clipboard
Support highly available databases
- AWS supports multi-az databases by specifying a parameter (
multi_az). - Azure, however, has a new set of database instances called "flexible servers" and that's the recommended way to deploy databases today. Those also allow zone redundant deployments. Not available for mariadb apparently.
- GCP also has a parameter (availability_type) for multi-az deployments