High Availability and Business Continuity Flashcards
15%
The amount of time it takes to recover from a disaster.
Recovery Time Objective (RTO)
The maximum targeted period in which data can be lost.
Recovery Point Objective (RPO)
Availability pattern that typically involves off-site data, cheap, long RTO/RPO
Backup and restore
Availability pattern that includes a small critical piece of infrastructure (like a database) running in another location
Pilot light
Availability pattern where an entire infrastructure is replicated though scaled down until needed for fail-over
Warm standby
Availability pattern where entire infrastructure is mirrored and often actively taking traffic. Can scale up to take 100% if needed for reliability.
Multi-Site or Active/Active
Which RDS database does not use amazon failover technology?
SQL uses SQL Server Mirror
When should you use a read replica?
- High read increase (viral content)
- Serve read traffic while primary DB is unavailable
- Other systems running in batch (reporting, etc)
How many read replicas can you have?
five
T/F if the database requires ACID compliance, use dynamoDB
false
What are the three storage gateway types?
- file
- volume
- tape
What are the two volume gateway modes?
- cached
* stored
Which storage gateway type DOES NOT use iSCSI?
file gateway (NFS)
T/F an RDS backup will cause a performance hit if the database spans multi-AZ
false
T/F if you delete an RDS instance you will lose all backups
false - you only lose automated backups, keep manual ones