Need clarification on which tool to use for migration

0

I am planning migrate an Ubuntu server which contains MySQL database in it from digital ocean cloud to AWScloud. Which migration tool I can use or which is best straightly we can deploy it in a aws cloud or we can use migration,

Naziya
質問済み 6ヶ月前236ビュー
3回答
1

Hello.

AWS DMS can be used if you just want to migrate database data in Ubuntu to RDS.
https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html

If you want to migrate applications, OS, etc. to EC2, I think AWS Application Migration Service can be used.
https://docs.aws.amazon.com/mgn/latest/ug/what-is-application-migration-service.html

profile picture
エキスパート
回答済み 6ヶ月前
0

Thankyou for your response. Is this possible to deploy database in aws cloud directly without using migration tools?

Naziya
回答済み 6ヶ月前
0

Yes. It is possible.
For example, it is possible to dump database data and import it into RDS.
However, I think that no matter what migration method you use, a large amount of time will be required to verify the operation.

profile picture
エキスパート
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ