Benefits of AWS's Relational Database Service (RDS) | Exam CLF-C01

Benefits of AWS's Relational Database Service (RDS)

Question

Which of the following are benefits of the AWS's Relational Database Service (RDS)? Choose the 2 correct answers from the options below.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Answer - A and B.

The AWS Documentation mentions the following:

Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud.

It provides cost-efficient and resizable capacity while automating time-consuming administration tasks such as hardware provisioning, database setup, patching and backups.

It frees you to focus on your applications.

So you can give them the fast performance, high availability, security and compatibility they need.

For more information on AWS RDS, please visit the URL:

https://aws.amazon.com/rds/

The correct answers are A and B.

A) Automated patches and backups: One of the key benefits of AWS's Relational Database Service (RDS) is that it provides automated patches and backups. RDS takes care of managing and maintaining the database, including applying security patches, updates, and backups. This can save a lot of time and effort for developers and database administrators, who can focus on other aspects of their applications.

B) DB owner can resize the capacity accordingly: Another benefit of RDS is that it allows the database owner to resize the capacity of the database according to their needs. This means that the owner can increase or decrease the size of the database based on the application's usage and demands. This can help reduce costs by only paying for the resources needed at any given time.

C) It allows you to store unstructured data: The statement "It allows you to store unstructured data" is incorrect. RDS is a relational database service, which means it is designed to store structured data in a tabular format with defined relationships between tables. If you need to store unstructured data, you might consider using Amazon S3 or another suitable service.

D) It allows you to store NoSQL data: The statement "It allows you to store NoSQL data" is also incorrect. While AWS does offer a NoSQL database service called Amazon DynamoDB, RDS is not designed to store NoSQL data. RDS is a relational database service and supports SQL-based database engines such as MySQL, PostgreSQL, Oracle, and Microsoft SQL Server.