Aurora
- Proprietary database by
AWS
- Data is replicated to
6 Replicas
in3 AZ
- Auto healing capability
- Multi AZ
- Auto scaling read-replica
- Storage from
10GB
to64TB
Aurora Global
database forDR
andLatency Uses
- Need to provision
EC2 Instance
andEBS Volume
- Using
Aurora Serverless
does not requireinstance
andvolume
5x
faster than regularRDMS
- Support
MAX 15 Read Replicas
- We can create custom endpoint for
- Production Database
- Reporting queries
- Built in
reader-endpoint
can be used for distribute the traffic between read-replicas - If
DB Primary Instance
fails, it create a newDB Instance
in the same AZ as theOriginal Instance
and done byBest Effort basis
Read Replicas
can be used to avoid un necessary downtime- With
binlog
replication, another aurora cluster can be used as read replica. Aurora cluster can be same or different region - Aurora auto scaling policy can be used to adjust performance
- Based of number of connections (when the lambda function is using the database)