在DynamoDB复制一个表到另一个

问题描述:

什么是最好的方式转移到相同复制一个表到一个新的DynamoDB?

What's the best way to identically copy one table over to a new one in DynamoDB?

(我不担心原子)。

AWS管道提供了一个模板,可用于此目的:CrossRegion DynamoDB复制

AWS Pipeline provides a template which can be used for this purpose: "CrossRegion DynamoDB Copy"

请参阅:http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-crossregion-ddb-create.html

的结果是一个简单的管道,看起来像:

The result is a simple pipeline that looks like:

虽然它被称为CrossRegion您可以轻松地使用它的同一区域,只要目标表的名称是不同的(记住,表名是每个帐户和地区是唯一的)

Although it's called CrossRegion you can easily use it for the same region as long the destination table name is different (Remember that table names are unique per account and region)