Fast Database Cloning for DynamoDB?

0

Hi there,

We would like to create a SEED DATABASE from the production DB (but the resulting data would be masked and/or obfuscated). This SEED DATABASE would be used to create different development and staging environments, even ephemeral ones. Obviously, this same SEED DATABASE shouldn't be modified directly, so COW would be used when "modifying" the SEED DATABASE.

Is there anything similar to Aurora's Fast Database Cloning on the DynamoDB platform?

The goals here are:

  • Superfast creation of STAGING and DEVELOPMENT environments
  • Keep the costs as low as possible, as we don't need to pay TB of storage when creating a temporary/ephemeral DATABASE for testing or development purposes.

Thanks

jfbaro2
質問済み 5年前1354ビュー
2回答
0

The easiest way to clone an Amazon DynamoDB table would be to take an on-demand backup (which occurs instantly) and then restore the backup to a new table.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Backup.Tutorial.html
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Restore.Tutorial.html

It will create a second table and regular fees would apply.

-Jeff

回答済み 5年前
0

The answer means there is no FAST DATABASE CLONING for DynamoDB

jfbaro2
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ