Need strategy advice for migrating large tables from RDS to DynamoDB

前端 未结 3 671
你的背包
你的背包 2021-01-14 07:28

We have a couple of mySql tables in RDS that are huge (over 700 GB), that we\'d like to migrate to a DynamoDB table. Can you suggest a strategy, or a direction to do this in

3条回答
  •  伪装坚强ぢ
    2021-01-14 08:15

    You can use AWS Pipeline. There are two basic templates, one for moving RDS tables to S3 and the second for importing data from S3 to DynamoDB. You can create your own pipeline using both templates.

    Regards

提交回复
热议问题