High Availability and Business Continuity 15% Flashcards
DR Scenario that uses S3, Import/Export, Storage GW
Back and Restore
DR scenario that has minimal version of infra. EC2, RDS, AMIs, CF, pre-allocated ENIs
Pilot Light
DR scenario that reduces recovery time by having some services already ready, horizontal scaling with elbs, manual dns or auto route 53 dns based on health check, and use of autoscaling to accommodate additional load
Warm Standby
DR scenario that is active/active between on prem and AWS. Route53 can send traffic to either or both, autoscaling to handle additional load
Mutlisite
Minimum time to recovery from Glacier
3 hours
Does DynamoDB over Cross-Region replication
Yes
This service has the ability to replicate snapshots or run read replicas in other regions
RDS
The data storage service allows you to take snapshots to S3 and replicate them to another region
Redshift
This database service uses Always on Availability Groups, and Mirroring for HA
SQL
DB service that uses async replication to other regions for ha
MySQL
DB services that uses DataGuard and RAC for HA
Oracle
Situations that can trigger multi-az automatic failover
Loss of connectivity to primary db, storage or host failure, patching, or manually with reboot of primary db
These multi-az dbs use amazon’s az failover tech
Oracle, PostgreSQL, MySQL, and MariaDB
This DB uses it’s own mirroring for failover within an az
SQL
This DB uses copies of the data in a db cluster across multiple AZ’s
Aurora
How many Read Replicas can you have per a single instance
5
Uses for Read Replicas
offloading read traffic, continual reads even during backed up or maintained, business reporting, getting io closer to customers, dr capabilities, data center migrations
MySQL 5.6 uses which engines? Which one is supported by AWS?
InnoDB or MYisam. InnoDB is only supported by AWS
Which versions of PostgreSQL is supported
9.3.5 or newer
Which versions of MariaDB is supported
All current versions
Which versions of MySQL and Oracle are supported
All current versions
T/F. When creating RR of your RDS database with out Multi-AZ enable you will not experience any outage.
False. Only when you have multi-az enable will you be able to take a RR without interruption. Can go offline for about a minute during snapshotting
Which databases support RR in a different region?
MySQL, PostgeSQL, MariaDB (RDS), and also Aurora