Moving from Aurora to RDS Instance

0

Hello team,

I would like to move my Aurora mysql to an RDS mysql instance. Is it possible to use a snapshot of the write instance to spin up the new rds instance? I saw a post referring to using dms as the only option that can be done from AWS, I would like to confirm this and also get directions on how to use DMS if it is the only option to achieve this.

1 個回答
1
已接受的答案

Hello.

It is not possible to restore RDS MySQL from a snapshot of RDS Aurora.
Only RDS Aurora or Aurora Serverless can be restored from RDS Aurora snapshots.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-restore-snapshot.html

As you know, it is possible to migrate data from RDS Aurora to RDS MySQL using AWS DMS.
You must select Aurora MySQL as the source database and specify RDS MySQL as the target database.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html

If you can secure a certain period of time when the service is stopped, one method is to use mysqldump to obtain a dump file and migrate the data to RDS MySQL.

profile picture
專家
已回答 4 個月前
profile pictureAWS
專家
已審閱 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南