AWS Database Types
Explore the various AWS database types such as RDS, DynamoDB, Redshift, and ElastiCache. Understand automated backups, manual snapshots, encryption, Multi-AZ deployment, and read replicas. This lesson helps you manage AWS databases effectively for performance, availability, and security.
We'll cover the following...
We'll cover the following...
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 ...