Which AWS service provides automated backups, patching, and recovery for databases?
a) Amazon RDS
b) Amazon EC2
c) AWS Lambda
d) Amazon Route 53
Answer:
a) Amazon RDS
Explanation:
Amazon RDS (Relational Database Service) is a managed database service that provides automated backups, patching, and recovery for relational databases. RDS supports multiple database engines, such as MySQL, PostgreSQL, and Oracle, allowing users to choose the right database for their application.
RDS automatically handles routine database tasks, including software patching, backups, and failover, making it easier for users to manage their databases while ensuring high availability and security.
With RDS, users can focus on their application development while leaving the operational aspects of database management to AWS.