03 - Multi AZ RDS Flashcards
1
Q
Multi AZ RDS
A
- Option to enable
- Uses standby read replica
- CNAME points at the primary instance
2
Q
Costs
A
- No Free Tier for multi AZ
3
Q
Failover
A
- Failover brief interruption 60-120 sec. (High Availability)
- Standby cannot be accessed directly
- Same Region Only
4
Q
Replication / Backups / Failover
A
- Backups taken from Standby Replica
- Synchronous replication between instances
- Failover - AZ outage, Primary failure, manual failover, instance type change and software patching
5
Q
Multi-AZ RDS
A
- RDS creates an exact copy of your DB in another AZ
- RDS will write automatically and synchronously to the standby DB
6
Q
Which types can be setup as Multi-AZ?
A
- SQL Server
- MySQL
- MariaDB
- Oracle
- PostgreSQL
7
Q
Exception
A
- Aurora is always setup as Mulit-AZ, it can not be in a single AZ
8
Q
Unplanned Failover / Maintenance
A
- AWS will detect the DB failure, and resolve the connection string to the Standby DB automatically (promoted to primary DB)
9
Q
Performance (NOT Enhanced)
A
- Multi-AZ is for disaster recovery only
- It does not improve performance
- The standby DB will not accept connections if the primary DB is active