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?
preguntada hace 2 meses128 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace 2 meses
profile picture
EXPERTO
revisado hace 2 meses
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
EXPERTO
respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas