Chp 9: AWS Fundamentals- RDS, Aurora, & Elasticache Flashcards
What is Amazon Aurora
Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases.
Advantages of Amazon Aurora
- An AWS managed service
- automated updates
- automated backups
RDS- Autoscaling group
Helps increase storage on your RDS DB instance dynamically. It scales automatically when it detects resources are running out.
When is using RDS (ASG) useful?
useful for apps with an unpredictable workload
Who sets the RDS max storage threshold
user have to manually set it
How many read replicas for RDS?
5 read replicas
Can read replicas scale within regions? wherelse?
regions, across AZ, and across region
T/F RDS read replicas cannot be promoted to its own database
FALSE… It CAN be promoted
How do apps leverage read replicas?
They have to update the connection string
RDS read replicas are used for what kind of statements?
READ statements
RDS Read replicas – is there a cost when data goes from one AZ to another?
yes there is
When are RDS read replicas free?
when they are within the same region
How to set up RDS read replicas for disaster recovery?
Read replicas are set up as multi AZ
is RDS multi AZ used for scaling and availability?
its used to increase availability and not used for scaling
Ecryption tupes for RDS read replicas
- at rest encryption
2. in flight encryption