AWS Aurora Flashcards
What is Amazon Aurora?
MySQL compatible Relational Database engine
5x performance of MySQL
10% cost of commercial database
combines speed, availability of high-end databases with simplicity and value of open source databases
Initial size of Aurora DB and increments of size increases
10Gb to start
Scales in 10Gb increments
Max CPU and RAM compute resources
32 vCPUs
244Gb RAM
How many redundant copies of data does Aurora store and where?
2 copies of data in each AZ
minimum of 3 AZ’s
So 6 copies of your data
How many copies of data can Aurora lose without affecting write availability?
2
How many copies of data can Aurora lose without affecting read availability?
3
Is Aurora storage self-healing?
Yes.
Constantly scans drives for errors and repairs them
Aurora replica, first type
Called Aurora Replicas
Up to 15 separate copies of data
Aurora replica, second type
MySQL Read Replica
up to 5
Difference between Aurora and MySQL replicas
Failover.
With Aurora replica failover happens automatically, not with MySQL read replicas