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?
已提问 2 个月前128 查看次数
2 回答
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
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前
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
专家
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容