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,

3 Antworten
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
EXPERTE
beantwortet vor 6 Monaten
0

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

Naziya
beantwortet vor 6 Monaten
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
EXPERTE
beantwortet vor 6 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen