Aurora 101 Flashcards
What is Aurora
Amazon’s relational database engine that combines the speed and availability of high-end commercial DBs with the simplicity and cost-effectiveness of open source DBs.
With which DB engines is Aurora compatible?
MySQL/PostgreSQL
How many times faster is Aurora than MySQL?
5x
How many times faster is Aurora than PostgreSQL?
3x
What price ratio is Aurora compared to commercial DBs?
1/10
How does Aurora HA work?
Aurora stores 6 copies of your DB across 3 availability zones. 2 copies per AZ
How does Aurora storage autoscaling work?
Starts with 10GBs, increments by 10GB
What is the maximum storage capacity of Aurora?
64TB
Aurora’s maximum vCPU
64vCPUs
Aurora’s maximum memory
488GiB
How many copies of data can be lost before affecting write availability?
two copies
In Aurora, how many copies of data can be lost before affecting read availability?
three copies
Using AWS Aurora, how do you fix errors?
AWS continuously scans data blocks and disks for errors and automatically repairs when needed.
What is the maximum number of read-replicas you can have with AWS Aurora?
15
In Aurora, when writes are causing high CPU utilization, what is the fix?
Scale up (increase the instance size)