-
Relational Database
-
AWS supported data engines
- MySQL
- PostgreSQL
- MariaDB
- Oracle
- MS MySQL Server
- Amazon Aurora
- AWS Relational Database Service (RDS)
- Licence
-
HA with Multi-AZ
- For disaster recovery only
- Primary and secondary DB instance
-
NoSQL Database
- Key/value stores
- Document stores
- Scales horizontally
- Manage session state, user profiles, shopping cart data etc
- Amazon DynamoDB
-
Data Warehouses
- Amazon Redshift
-
Scale up and out
- Vertical Scalability
-
Horizontal Scalability with Partitioning (sharding)
- NoSQL DB like DynamoDB is good for scaling horizontally
-
Horizontal Scalability with Read Replicas
- scale out your read-intensive databases.
- Increased performance
- Supprts MySQL, PostgreSQL and Aurora