Articles → AWS → Multi-AZ Database Instance Deployment In AWS
Multi-AZ Database Instance Deployment In AWS
Purpose
Which Events Are Failover Events?
- Loss of primary AZ
- Primary DB instance failure
- Loss of network connectivity on primary
- Patching activity on the primary database instance
- Manual failover of primary database
How Is The Database Synchronized In Multi-AZ Instance Deployment?
- RDS takes a snapshot of the primary database
- RDS restores the snapshot in another AZ
How To Enable Multi-AZ Database Instance Deployment?
Click to Enlarge
Click to Enlarge
Can We Use SQL Server For Multi-AZ Database Instance Deployment?
Is There Any Cost Associated With Data Transfer Between The Primary And Standby Databases?
How The Maintenance Activities Are Done In Multi-AZ?
- Perform operations on standby
- Promote standby to primary
- Perform operations on new standby (demoted primary)