What is RDS?
Relational Database Service
What are the types of RDS?
What are the RDS backup types?
What are RDS read replicas?
A copy of a database with read only access (i.e. SELECT)
What are characteristics of Multi-AZ RDS?
What kind of encryption is available for RDS?
What is At Rest encryption?
Ability to encrypt at launch time the master and read replicas with AWS KMS(AES-256)
What is In-flight encryption?
Ability to encrypt the data as it flows into the RDS
How are RDS backups encrypted?
Only snapshots of encrypted databases will automatically be encrypted. Un-encrypted snapshots will remain un-encrypted.
What are the steps for encrypting an RDS?
What are the RDS Security options?
What are the RDS Security responsibilites?
We are responsible for…
AWS is responsible for…
What is Aurora?
A proprietary AWS database cloud optimized technology
What kind of fault tolerance is available for Aurora?
What are the Aurora Security options?
What is Global Aurora?
A cross region Aurora database.
What is ElastiCache?
In-memory database for read intensive workloads.
What are the ElastiCache types?
Redis :
Memcached:
What are the ElastiCache Security options?
What are the available ElastiCache patterns?
How can i instantiate an database instance quickly?
Restore from snapshot
What is DynamoDB?
A fully managed, highly available, no SQL database with replication across 3 AZs.
What are the advantages of DynamoDB?
What is RCU/WCU?
RCU is Read Capacity Units, WCU is Write Capacity Units. The are provisioned for the DynamoDB to manage throughput. Throughput can be exceeded temporarily by using ‘burst credits’ earned. If there are no ‘burst credits’ available you will get a ProvisionedThroughputException.