Amazon RDS Flashcards
What is RDS?
Managed database option for MySQL, Maria, PostgreSQL, MSSQL, Oracle, and Aurora
What types of data are best used in RDS?
structured, relational data
What options are available to customers in the maintenance of databases?
Customers can define maintenance windows for patching, updates, etc.
If you need lots of storage for binary objects, what data storage service should you use?
s3
If you need automated scalability, instead of RDS, use:
DynamoDB
If your data has a Name/Value structure, don’t use RDS, use:
DynamoDB
If your data is not structured, don’t use RDS, use:
DynamoDB
If you require a DB not supported by RDS, use:
DB installed on EC2
If you require complete control over the DB, don’t use RDS, use:
DB installed on EC2
If a master copy of a DB goes down, what happens?
A secondary DB is promoted to master
If a whole region goes down in a multi-region DB, what happens?
A standby or read replica in another region can be promoted to the master. This is a manuel process.