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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ