RDS (Relational Database Service) Fundamentals
Amazon RDS (Relational Database Service) is a managed database service that makes it easy to set up, operate, and scale relational databases in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks.
Database Engines
RDS supports multiple database engines including MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Amazon Aurora. Each engine has its own features and use cases, allowing you to choose the best database for your application.
Automated Backups
RDS provides automated backups that are enabled by default. Backups are stored in Amazon S3 and can be retained for up to 35 days. You can also create manual snapshots that are retained until you delete them.
High Availability
RDS instances can be deployed in multiple Availability Zones for high availability. Multi-AZ deployments provide automatic failover to a standby instance in a different Availability Zone if the primary instance fails.
