Section 8: AWS Fundamentals: RDS + Aurora + ElastiCache Flashcards

1
Q

What types of database engines are managed by AWS?

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

What is the max number of read replicas per a database instance?

A

15

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

Read replicas can exist…

A
  • Within AZ
  • Cross AZ
  • Cross Region
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Do read replicas within the same region (different AZ) get charged?

A

No. Same region replication is free.

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

Does cross-region replication of Read Replicas get charged?

A

Yes, you need to pay a fee for cross-region replication.

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

Can read replicas be set up as Multi-AZ (Disaster Recovery)?

A

Yes.

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

What is the max number of replicas can Aurora have?

A

15 replicas

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

What is at-rest encryption?

A

Data is encrypted in the volume.

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

Can the replicas be encrypted if the master database is un-encrypted?

A

No, the master database must be encrypted.

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

Is it possible to encrypt an un-encrypted database?

A

Yes, create a database snapshot, and restore the database as encrypted.

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

How are RDS Proxy helpful?

A
  • Minimizes and pool connections on the RDS database instance.
  • Minimizes fail over time
  • Enforces IAM authentication
  • Stores credentials in the Secrets Manager Service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the port number for Aurora?

A

3306

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

What is cache churn?

A

It is when a lot of data needs to be written to the database and to the cache that will never be read. Which can be a problem if the cache is small.

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