Which relational databases does RDS support?
OLTP vs OLAP?
Which are the two types of backup for RDS?
When you restore either an Automatic Backup or manual Snapshot, will the restored version of the database have a new DNS endpoint?
Yes. It will be a new RDS instance with a new DNS endpoint.
Which database types supports encryption at rest?
* (MariaDB, Oracle, PostgreSQL, SQL Server, Aurora, MySQL)
How does an encrypted RDS instance effect backups, snapshots and Read Replicas?
Once your RDS instance is encrypted, the data stored at rest in the underlying storage is encrypted, as are its automated backups, snapshots, and read replicas.
How do you encrypt an existing RDS instance?
What AWS service is used for encryption at rest of RDS instances?
KMS (Key Management Service)
Which of the RDS types has support for Multi-AZ?
How many Read replicas can you, per default, have per RDS instance?
5
You can have a Read Replica that have Multi-AZ.
True
For which of the RDS types is Read Replicas supported?
All of them.
Name one requirement for having Read Replicas.
Can you create Read Replicas of Multi-AZ source databases?
Yes.
You can promote a Read Replica to its own database.
True, but it will break the replication.
It is possible to have a Read replica in another Region.
True.
A Read Replica can have encryption at rest even if the primary database doesn’t have it.
True.