What are the 6 Databases that AWS manages?
Can Read Replicas be set up as Multi AZ for Disaster Recovery (DR)
Yes
Do Read Replicas cost money for ASYNC replication across Multi AZs
T/F - Read Replicas, Reads as eventually consistent
TRUE
What are the type of RDS Encryption
RDS - what management aspects are you responsible for?
RDS - what management aspects is AWS responsible for?
What are the advantages of using RDS verses deploying on EC2?
Can you SSH into an AWS RDS instance?
NO
How many Read replicas can you have for RDS?
Up to 5
Describe at rest encryption for RDS instantances
Describe in-flight encryption for RDS instances
SSL certs are required to encrypt data to RDS in flight
How would you encrypt an un-encrypted RDS database?
Describe main features of Aurora DB
Describe Aurora DBS secuirty
What is a good use case for Aurora Serverless?
Infrequent, intermittent or unpredictable workloads
What is Elasticache?
Redis vs Memcached?
Redis:
Memcached
What is lazy loading as it relates to Elasticache?
What are the pros and cons of data caching / lazy loading ?
Pros:
Cons:
Which RDS Class (not Aurora) feature does not require us to change our connection string?
You want to ensure your Redis cluster will always be available, which do you enable: read replicas or multi-az
Multi - AZ
Which database does NOT support Transparent Data Encrytion (TDE) on RDS?
PostgresSQL
Which RDS database technology does NOT support IAM authentication?
Oracle
Remeber that both MySQL and PG are Aurora compatible and that Aurora DOES allow for IAM authentication.