Section 9 AWS Fundamentals: RDS + Aurora + Elasticache Flashcards
AWS database engines supported
Postgres
MySQL
MariaDB
Oracle
MS SQL server
IBM DB2
Aurora
True or False. RDS has storage auto scaling
True
When does RDS storage auto scaling kick in?
Free storage is less than 10% of allocated storage
Low storage lasts for 5 minutes
6 hours have passed since last modification
Where can RDS read replicas be deployed
Within same AZ
Across az’s
Cross region
What is the limit on RDS read replicas
15
In RDS replicas, replication uses what type of SYNC?
ASYNC
What does ASYNC mean in RDS replicas?
Eventually cosistent
True or False. Read replicas can be promoted to their own DB
True
Read replicas are used for what type of statements
Select(read)
FOR RDS read replicas, this traffic is free
Within the same region
Can read replicas be setup as multi AZ for DR
Yes
Changing an RDS database from single AZ to Multi AZ
Don’t need to stop the DB
Clicking modify and enable multi AZ
Which database engines can RDS custom be used with
Managed oracle
MS SQL Server
What does RDS custom provide
access to underlying database
OS access
Access EC2 instance with SSH
What is recommended to do before any customization in RDS custom?
De-activate automation mode
DB snapshot
AWS Aurora DBs work with which DB engines?
Postgres
MySQL
AWS Aurora starts and ends at what storage amounts
Increments of 10gb up to 128tb
How many read replicas can Aurora have
15
In aurora how many masters are there
1
Does aurora have cross region replication
Yes
In Aurora db cluster what are the two endpoints?
Writer
Reader
In Aurora db cluster what is the writer endpoint for?
Pointing to the master
In Aurora db cluster what is the reader endpoint for?
Connects automatically to all the load balanced read replicas
What endpoint is typically not used when creating custom endpoints?
reader endpoint