"Access Denied, you need ModifyAccount to modify this page" 但我有 aws-portal:ModifyAccount
"Access Denied, you need ModifyAccount to modify this page" but I have aws-portal:ModifyAccount
我刚开始在一家新公司工作,我需要在 AWS 上修改联系信息。任何尝试都会给我错误
Access Denied, you need ModifyAccount to modify this page.
我已经向我的用户提供了以下政策,但没有成功。
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "aws-portal:*",
"Resource": "*"
}
]
}
我也尝试过
aws-portal:modfiyAccount
以及允许对所有资源执行所有操作的策略。是什么阻止我在 AWS 账户上修改 contact info
?
Tasks that require root user credentials
任务
Change your account settings
。这包括帐户名、电子邮件地址、root 用户密码和 root 用户访问密钥。其他帐户设置,如联系信息、支付货币偏好和地区,不需要根用户凭据。
Restore IAM user permissions
。如果唯一的 IAM 管理员不小心撤销了自己的权限,您可以以根用户身份登录以编辑策略并恢复这些权限。
激活 IAM 访问 Billing and Cost Management 控制台。
View certain tax invoices
。具有 aws-portal:ViewBilling
权限的 IAM 用户可以查看和下载来自 AWS Europe 的增值税发票,但不能查看和下载 AWS Inc 或 Amazon Internet Services Pvt.有限公司 (AISPL)。
等等。
我刚开始在一家新公司工作,我需要在 AWS 上修改联系信息。任何尝试都会给我错误
Access Denied, you need ModifyAccount to modify this page.
我已经向我的用户提供了以下政策,但没有成功。
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "aws-portal:*",
"Resource": "*"
}
]
}
我也尝试过
aws-portal:modfiyAccount
以及允许对所有资源执行所有操作的策略。是什么阻止我在 AWS 账户上修改 contact info
?
Tasks that require root user credentials
任务
Change your account settings
。这包括帐户名、电子邮件地址、root 用户密码和 root 用户访问密钥。其他帐户设置,如联系信息、支付货币偏好和地区,不需要根用户凭据。Restore IAM user permissions
。如果唯一的 IAM 管理员不小心撤销了自己的权限,您可以以根用户身份登录以编辑策略并恢复这些权限。激活 IAM 访问 Billing and Cost Management 控制台。
View certain tax invoices
。具有aws-portal:ViewBilling
权限的 IAM 用户可以查看和下载来自 AWS Europe 的增值税发票,但不能查看和下载 AWS Inc 或 Amazon Internet Services Pvt.有限公司 (AISPL)。
等等。