Three deployment options:
- Read Replicas
- Multi AZ
- Multi Region
- Scale the read workload of your DB
- Can create up to 15 Read Replicas
- Data is only written to the main DB
- Failover in case of AZ outage (high availability)
- Data in only read/written to the main database
- Can have only one other AZ as failover
- Disaster Recovery in case of region issue
- Local performance for global reads
- Replication costs


