RDS Flashcards
What are Read replicas used for? How many can I create?
For read scalability, we can have up to 15 read replicas
What are the options for Read replicas?
AZ, cross AZ and cross regions
Explain how read replicas are “populated”
They are updated async, and are eventually consistent
Read replicas inside same AZ is free. True or false?
True
What do we use RDS multi AZ for?
Typically disaster recovery
How is multi AZ RDS different from Read replicas?
In RDS multi AZ there is one master db instance and the other ones are synchronously replicated.
In Multi AZ RDS is the master instance always the same? If no, how do the application connects to DB?
No, any replicated instance can be promoted. Multi AZ gives us a DNS name that always point to the master DB
Can Read replicas be set cross AZ for Disaster recovery?
Yes
How to migrate RDS single AZ to Multi AZ?
Zero downtime, no need to shut down DB instance, juste click
Difference between Aurora Read replicas and RDS replicas
Aurora read replicas can be promoted to master DB
How to connect to aurora master instance and to a read replica?
Aurora provides a writer endpoint and a reader endpoint
How Aurora disk storage handled?
There is shared storage that automatically scales from 10 to 128 GB
Aurora reader endpoint is load balanced, true or false?
True