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년 전1357회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠