How can I migrate MySQL DB from on-premise to Aurora MySQL Compatible Serverless

0

Hi guys!

I am working on a project that requires migrate MySQL DB in physical server to Aurora MySQL Serverless.

I try to search but I can't find any documents.

If you know, please help me!

1 Answer
0

I'd look at using the AWS Database Migration Service.

What is the AWS DMS?

Tutorial for the AWS DMS

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_GettingStarted.html


Another approach is to use a 2 steps to migrate from MySQL to Aurora Serverless.

Step 1 - Is migrate to Aurora provisioned through a read replica https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.RDSMySQL.Replica.html

Step 2 - Is migrate from Aurora provisioned to Aurora Serverless from a snapshot https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.restorefromsnapshot.html

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions