iam:GetAccountSummary action does not seem to be included as part of iam:Get* action

0

I have provided the user with IAMReadOnlyAccess. When this user logs in to the console and accesses IAM Dashboard an error comes up with the message that the user does not have access to iam:GetAccountSummary. I had to create a separate policy to provide this access as following

{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "iam:GetAccountSummary", "Resource": "*" } ] }

Why this permission is required separately even though a user has been assigned the built-in policy IAMReadOnlyAccess?

已提問 2 個月前檢視次數 176 次
1 個回答
0

Hello.

I also created an IAM user using "IAMReadOnlyAccess" and was able to display it successfully.
After attaching the IAM policy, why not refresh your browser or wait a while before accessing?

profile picture
專家
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南