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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则