Section 8: AWS Fundamentals: RDS + Aurora + ElastiCache Flashcards
What types of database engines are managed by AWS?
- Postgres
- MySQL
- MariaDB
- Oracle
- Microsoft SQL Server
- Aurora
What is the max number of read replicas per a database instance?
15
Read replicas can exist…
- Within AZ
- Cross AZ
- Cross Region
Do read replicas within the same region (different AZ) get charged?
No. Same region replication is free.
Does cross-region replication of Read Replicas get charged?
Yes, you need to pay a fee for cross-region replication.
Can read replicas be set up as Multi-AZ (Disaster Recovery)?
Yes.
What is the max number of replicas can Aurora have?
15 replicas
What is at-rest encryption?
Data is encrypted in the volume.
Can the replicas be encrypted if the master database is un-encrypted?
No, the master database must be encrypted.
Is it possible to encrypt an un-encrypted database?
Yes, create a database snapshot, and restore the database as encrypted.
How are RDS Proxy helpful?
- Minimizes and pool connections on the RDS database instance.
- Minimizes fail over time
- Enforces IAM authentication
- Stores credentials in the Secrets Manager Service
What is the port number for Aurora?
3306
What is cache churn?
It is when a lot of data needs to be written to the database and to the cache that will never be read. Which can be a problem if the cache is small.