Skip to content

Commit

Permalink
Merge pull request #504 from guardian/jw-backups
Browse files Browse the repository at this point in the history
Enable nightly backups for DynamoDB tables
  • Loading branch information
jacobwinch authored Dec 6, 2023
2 parents 135f881 + 17e2376 commit e27f442
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudformation/pillar-audit-dynamo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ Resources:
ProvisionedThroughput:
ReadCapacityUnits: '1'
WriteCapacityUnits: '1'
Tags:
- Key: devx-backup-enabled
Value: true
3 changes: 3 additions & 0 deletions cloudformation/pillar-dynamo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ Resources:
ProvisionedThroughput:
ReadCapacityUnits: '1'
WriteCapacityUnits: '1'
Tags:
- Key: devx-backup-enabled
Value: true

0 comments on commit e27f442

Please sign in to comment.