CLF-C02 · Question #804
A company's IT team is managing MySQL database server clusters. The IT team has to patch the database and take backup snapshots of the data in the clusters. The company wants to move this workload to
The correct answer is B. Use Amazon RDS with a MySQL database.. Amazon RDS automates database management tasks such as software patching, backups, and snapshots. By using Amazon RDS with MySQL, the company eliminates the need to manually manage these operations, ensuring a fully managed and reliable database service.
Question
A company's IT team is managing MySQL database server clusters. The IT team has to patch the database and take backup snapshots of the data in the clusters. The company wants to move this workload to AWS so that these tasks will be completed automatically. What should the company do to meet these requirements?
Options
- ADeploy MySQL database server clusters on Amazon EC2 instances.
- BUse Amazon RDS with a MySQL database.
- CUse an AWS CloudFormation template to deploy MySQL database servers on Amazon EC2
- DMigrate all the MySQL database data to Amazon S3.
How the community answered
(20 responses)- A5% (1)
- B90% (18)
- D5% (1)
Explanation
Amazon RDS automates database management tasks such as software patching, backups, and snapshots. By using Amazon RDS with MySQL, the company eliminates the need to manually manage these operations, ensuring a fully managed and reliable database service.
Community Discussion
No community discussion yet for this question.