Permission required for create aws backup vault

692 views Asked by At
TableBackupVault:
    Type: AWS::Backup::BackupVault
    Properties:
      BackupVaultName: tabel-vault

What permission are required for creating backup vault?

I tried these

          - Sid: Backup
            Effect: Allow
            Action:
              - backup:CreateBackupVault
              - backup:CreateBackupPlan
              - backup:CreateBackupSelection
              - backup:TagResource
              - backup:UntagResource
            Resource:
              - *

But I am getting

Error:
CREATE_FAILED: BackupVault (AWS::Backup::BackupVault)
Resource handler returned message: "Insufficient privileges to perform this action"
1

There are 1 answers

1
lemonpear On

For anyone with this error, you have to add the following iam rule additionnaly:

backup-storage:MountCapsule

As it is required here: https://docs.aws.amazon.com/aws-backup/latest/devguide/access-control.html