Amazon RDS Flashcards

1
Q

What databases are supported?

A

MSSQL, MySql, MariaDB (fork of MySQL), PostgreSQL, Oracle

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

What are the benefits?

A
  1. Automated backups integrated with AWS storage services
  2. Patching in customer-defined maintenance time-windows
  3. Scaling, replication (not all DB support replication) and redundancy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the best for storing large binary objects (BLOBs)?

A

S3 (Do not use RDS)

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

What is best for automated scalability?

A

DynamoDB (Do not use RDS)

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

What is best to store Name/Value?

A

DynamoDB

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

What is best storing data that is not structured or unpredictable?

A

DynamoDB

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

What about other database platforms like IBM DB2 or SAP HANA?

A

Use EC2

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

What do you use if you need COMPLETE control over the database?

A

Use EC2 (EC2 will provides access to all features, configuration options vs. RDS that hides some)

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

What is replication type between Master and StandBy?

A

Synchronous

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

What is replication type between Master and Read replica?

A

Asynchronous

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

What happens when Master goes down?

A

Standby-replica takes place of the master

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

What happens when Master and all StandBy replicas go down?

A

One of the Read-replicas take place of the master. This is 2-step process. First we promote to a single-AZ replica. And only then to multi-AZ replica.

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