Unable to create new backup vault

0

Hi, I have administrator permissions and still I am unable to create a new backup vault, in the console the error msg shown as below

Access denied: Insufficient privileges to perform this action. Please consult with the account administrator for necessary permissions.

I have below permission: AWSBackupFullAccess, AdministratorAccess, PowerUserAccess and a customer policy with below { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "backup:", "Resource": "" }, { "Effect": "Allow", "Action": [ "backup-storage:", "backup-storage:MountCapsule" ], "Resource": "" } ] }

已提问 1 年前240 查看次数
1 回答
0

Usually AdministratorAccess and AWSBackupFullAccess permissions should typically be sufficient to create a backup vault. You can further check below

  1. Check the permissions boundary for the user or role: If your IAM user or role has a permissions boundary set, it could be limiting the permissions. Double-check the permissions boundary and ensure it does not impose any unnecessary restrictions. You can find more information on permissions boundaries here: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
  2. Check for Service Control Policies (SCPs): As mentioned earlier, if you are using AWS Organizations with SCPs, double-check that there are no SCPs in place restricting your permissions beyond what's available in your IAM policies. The SCP documentation provides more information on how to manage SCPs: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
Joseph
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则