Your company wants to move an existing Oracle database to the AWS Cloud.
Which of the following services can help facilitate this move?
Click on the arrows to vote for the correct answer
A. B. C. D.Answer - A.
The AWS Documentation mentions the following.
AWS Database Migration Service helps you migrate databases to AWS quickly and securely.
The source database remains fully operational during the migration, minimizing downtime to applications that rely on the database.
The AWS Database Migration Service can migrate your data to and from the most widely used commercial and open-source databases.
For more information on AWS Database migration, please refer to the below URL:
https://aws.amazon.com/dms/The correct answer is A. AWS Database Migration Service.
AWS Database Migration Service (DMS) is designed to help migrate databases to AWS quickly and securely. It supports a variety of databases, including Oracle, Microsoft SQL Server, MySQL, PostgreSQL, and others. With DMS, you can migrate your database to AWS with minimal downtime, and it can automatically convert your source database schema and data to the target database format.
AWS VM Migration Service (B) is not the best choice for migrating an Oracle database to AWS. It's designed for migrating virtual machines to AWS, not databases.
AWS Inspector (C) is a security assessment service that helps improve the security and compliance of applications deployed on AWS. It is not a database migration tool.
AWS Trusted Advisor (D) is a service that provides best practice recommendations in areas such as cost optimization, performance, security, and fault tolerance. While it can be useful in many situations, it is not specifically designed for database migration.
Therefore, the correct answer is A. AWS Database Migration Service.