AWS Database Types
Overview AWS Database types, DB snapshots and multi-AZ DB.
AWS database types
AWS has following database types:
- RDS = OLTP
- SQL
- My SQL
- Postgre SQL
- Oracle
- Aurora
- Maria DB
- Dynamo DB – No SQL
- Redshift – Amazon Data warehouse – OLAP
- Elastic Cache – In-Memory cache
AWS backups
There are two types of backups for AWS:
- Automated Backups
- Database Snapshots
Automated backups
Automated Backups allow you to recover your database to any point in time within a retention period. The retention period can be between 1 – 35 days. Automated backups will take a full daily snapshot and will store transaction logs throughout the day. This allows you to do a point in time recovery down to a second, within the retention period.
Automated backups are enabled by default. The backup data is stored in S3 and your tree storage space is equal to the size of the database.
Get hands-on with 1400+ tech skills courses.