Amazon RDS Database Engines Flashcards

1
Q

What database engines are available?

A
  • Amazon Aurora
  • PostgreSQL
  • MySQL
  • MariaDB
  • Oracle Database
  • Microsoft SQL Server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Amazon Aurora?

A

Enterprise-class relational database.
- Compatible w/ MySQL & PostgreSQL
- 5x faster than MySQL
- 3x faster than PostgreSQL
- Consider if you require high availability
- Replicates data across 3 Availability Zones.
- Continuously backs up data to Amazon S3.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Amazon DynamoDB?

A

NoSQL database service that is key-value based.
- Delivers single-digit millisecond performance
- Serverless: no need to provision, patch, or manage servers.
- Do not have to install, maintain, or operate software.
- Scales to adjust to changes
- Suitable for workloads that require high performance while scaling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Amazon Redshift?

A

Data warehousing service for big data analytics.
Offers ability to collect data from many sources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Amazon Database Migration Service (Amazon DMS)?

A

Let’s you migrate relational, non-relational, & other types of data stores.
During migration source database remains operational.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are cases for AWS DMS?

A
  • Lets developers test applications against production data w/out affecting production users.
  • Consolidating databases into 1 database.
  • Continuous replication (sending to other target database instead of 1-time migration).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Amazon DocumentDB?

A

Document Database service that supports MongoDB (NoSQL).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Amazon Neptune?

A

Graph database service.
- Useful for applications with highly connected datasets.
- Ex: recommendation engines, fraud detection, & knowledge graphs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Amazon Quantum Ledger Database (Amazon QLDB)?

A

Ledger database service.
- Review a complete history of all changes made to your application data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Amazon Managed Blockchain?

A

Lets you create & manage blockchain networks w/ open-source frameworks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Amazon DynamoDB Accelerator

A

In-memory cache for DynamoDB.
Helps improve response times from single-digit milliseconds to microseconds.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly