Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
feat: add permissions to BackupRole to allow restore operations (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zambonilli authored Feb 8, 2022
1 parent 95a6f4b commit 34788fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudformation/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Resources:
- 'sts:AssumeRole'
ManagedPolicyArns:
- !Sub 'arn:${AWS::Partition}:iam::aws:policy/service-role/AWSBackupServiceRolePolicyForBackup'
- !Sub 'arn:${AWS::Partition}:iam::aws:policy/service-role/AWSBackupServiceRolePolicyForRestores'

TagBasedBackupSelection:
Type: 'AWS::Backup::BackupSelection'
Expand Down

0 comments on commit 34788fb

Please sign in to comment.