Quiz - Chapter 8 - Databases Flashcards
Amazon Aurora is compatible with which of the following database engines?
MySQL and Postgres
Which one of the following features does RDS Aurora NOT support?
Universal HA is not a feature of Aurora
Which of the following is NOT a benefit of using RDS Multi-AZ?
- Your secondary copy is automatically used as a read replica for your database.
- This allows you to double your read performance automatically.
- Multi-AZ does not provide a read replication
True or False? RDS read replicas have their own endpoints.
TRUE
What type of read would you use with DynamoDB if you can’t have stale data in your application?
Strongly consistent reads would ensure you don’t have stale data
Fill in the blank: DynamoDB is a ____ database.
DynamoDB is a non-relational database
True or False? DynamoDB supports the ability to back up and restore your data.
TRUE
True or False? RDS read replicas can be created in different Regions from the source DB instance.
TRUE
You may use a read replica for disaster recovery of the source DB instance, either in the same AWS Region or in another Region.