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
demandé il y a 5 ans1354 vues
2 réponses
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

répondu il y a 5 ans
0

The answer means there is no FAST DATABASE CLONING for DynamoDB

jfbaro2
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions