EarliestRestorableDateTimeおよび "LatestRestorableDateTime"内の指定された時刻に指定されたテーブルを復元します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dynamodb/restore-table-to-point-in-time.html
aws dynamodb restore-table-to-point-in-time \ |
Restoring a DynamoDB Table from a Backup - Amazon DynamoDB : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/PointInTimeRecovery.Tutorial.html |
aws dynamodb restore-table-to-point-in-time \ |
#!/usr/bin/env bash ### restore a single table to earliest PITR by specifying th - Pastebin.com : http://pastebin.com/1aBEtY3q |