AWS Databases Flashcards
What AWS Service should you use when you require Full control over instance and database, or
Preferred DB not available under RDS
Database on EC2
What AWS Service should you use when you require traditional relational database for OLTP or
Your data is well-formed and structured
Existing applications requiring RDBMS
Amazon RDS
What AWS Service should you use when you have Name/value pair data, Unpredictable data structure,
In-memory performance with persistence,
High I/O needs, or
Require dynamic scaling
Amazon Dynamo DB
What AWS Service is most appropriate for:
Data warehouse for large volumes of aggregated data, or
Primarily OLAP workloads
Amazon Redshift
What AWS service is most appropriate for:
Fast temporary storage for small amounts of data, and/or
Highly volatile data (non-persistent)
Amazon ElastiCache
What AWS service is most appropriate for:
Binary large objects (BLOBs), and/or
Static websites
Amazon S3
What are Relational Databases also known as?
Structured Query Language (SQL) databases
What are non-relational dabases also known as?
Non-Sql databases
True or False? RDS is an Online Transaction Processing (OLTP) type of database.
True
What are the 6 database engines that Amazon RDS associates with?
1) My Sql Server
2) Oracle
3) MariaDB
4) PostGres Sql
5) Amazon Aurora
6) Sql Server
RDS services include what?
1) Security and patching of the DB Instance
2) Automated backup for the DB Instance
3) Software Updates for the DB Instance
4) Easy scaling for storage and compute
5) Multi-AZ option with synchronous replication
6) Automatic failover for Multi-AZ option
7) Read replicas option for read-heavy workloads