LeetQuiz Logo
About•Privacy Policy•contact@leetquiz.com
RedditX
© 2025 LeetQuiz All rights reserved.
AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Get started today

Ultimate access to all questions.


A company runs a MySQL database in the company's on-premises data center. The company wants to run a copy of the database in the AWS Cloud. Which AWS service will meet this requirement?

Real Exam
Community
RRitesh



Explanation:

Explanation

Amazon RDS (Relational Database Service) is the correct choice because:

  • MySQL Compatibility: Amazon RDS supports MySQL as one of its database engines, allowing you to run MySQL databases in AWS
  • Managed Service: RDS is a fully managed relational database service that handles database administration tasks
  • Migration Support: RDS provides tools and features to easily migrate existing MySQL databases from on-premises to AWS
  • Relational Database: Since the company is running MySQL (a relational database), RDS is the appropriate managed service

Why not the other options:

  • Amazon Neptune: A graph database service, not suitable for MySQL relational databases
  • Amazon ElastiCache (Redis) OPS: An in-memory caching service, not a relational database service
  • Amazon DynamoDB: A NoSQL database service, not compatible with MySQL relational databases

Amazon RDS provides the most straightforward path for migrating and running a MySQL database copy in AWS while maintaining compatibility with the existing database structure.

Powered ByGPT-5

Comments

Loading comments...