Migrating an Oracle Database to AWS Cloud | Services for Database Migration

Oracle Database Migration to AWS Cloud

Question

Your company wants to move an existing Oracle database to the AWS Cloud.

Which of the following services can help facilitate this move?

Answers

Explanations

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.

Explanation:

When migrating an existing Oracle database to AWS, there are several services that can help with the process. AWS Database Migration Service (DMS) is a fully managed service that makes it easy to migrate databases to AWS. With DMS, you can migrate data from Oracle databases to Amazon RDS, Amazon Aurora, and Amazon Redshift.

DMS supports several migration scenarios, including homogeneous migrations, where the source and target database engines are the same, and heterogeneous migrations, where the source and target database engines are different.

DMS can also perform continuous data replication, enabling you to keep your databases in sync between your on-premises data center and AWS. This can be useful if you want to migrate your database to AWS but still need to keep it running in your on-premises environment for a period of time.

AWS VM Migration Service (B) is a service that can help you migrate your existing virtual machines to AWS. However, it is not specifically designed for database migrations, and may not be the best choice for migrating an Oracle database.

AWS Inspector (C) is a service that helps you improve the security and compliance of your applications running on AWS. It is not directly related to database migration.

AWS Trusted Advisor (D) is a service that provides recommendations to help you optimize your AWS infrastructure for performance, security, and cost. While it can be useful for optimizing your database migration, it is not specifically designed for database migration.

In summary, AWS Database Migration Service (DMS) is the best choice for migrating an existing Oracle database to AWS.