简体   繁体   中英

Is it possible to copy data directly from MySql Local to AWS RDS Cluster Aurora Serverless

我有一个数据库,我想移动到AWS RDS Amazon Aurora无服务器,我没有一个实例我只有一个我创建的集群,这是MySQL Aurora无服务器,所以有可能从MySQL直接转储到集群而不是转储到实例,然后创建要在无服务器群集上还原的快照。

We have a service available from Amazon called "DMS" (database Migration Service), there all it needs is the endpoint, connection details of source and target database systems. Here your source is your local DB and target is AWS aurora MySQL DB that you created. It is the simple guide, and you can achieve DB migration by merely following their documentation: check out this link https://docs.aws.amazon.com/dms/latest/sbs/DMS-SBS-Welcome.html

It is almost of no cost for the first user because it offers an instance for free that you can use as a medium for migration.

与Aurora Server less集群的连接仅在同一VPC中可用,它们不可公开访问。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM