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 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas