PITR testing for disaster recovery

0

Hey team, I was doing PITR testing of DynamoDb. So with this testing I wanted to know about the time it will take to do fully restoring of data. Can you help me these questions:

  1. In my devo account there is a data of around 257 GB while in the production account is only 36GB, but the indexes are same in both. I will get the rough estimate from DEVO but it will be too high. Is there anyway to theoretically predict the time it will take in production if I have data for devo?
posta 2 mesi fa128 visualizzazioni
2 Risposte
2

According to this: https://repost.aws/knowledge-center/dynamodb-restore-taking-long

The time DynamoDB takes to restore a table varies based on multiple factors and is not necessarily correlated directly to the size of the table.

so a simple proportion may be misleading and it is very hard to do.

If you really need this estimation, and you are allowed to, an approach could be to duplicate masked data from production to dev and perform PITR.

profile picture
ESPERTO
con risposta 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
1

The golden rule is to never test in prod, however, testing your RPO and RTO for the system is important. If you do not have the same data in a lower environment, then I would test it in prod, PITR does not impact production tables in any way.

profile pictureAWS
ESPERTO
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande