AWS Billing 을 확인하기 위해 IAM을 추가 했는데 여전히 접근할 수 없습니다.

0

I added a 'user' from the root account and created 'roles' and 'policies'. However, even if I logIn with the 'IAM User' account and 'Change Role', I cannot access the Billing related menu.

Here are the "permissions" we added to the "user account"

"Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "account:GetAccountInformation", "billing:GetBillingData", "billing:GetBillingDetails", "billing:GetBillingNotifications", "billing:GetBillingPreferences", "billing:GetContractInformation", "billing:GetCredits", "billing:GetIAMAccessPreference", "billing:ListBillingViews", "billing:GetSellerOfRecord", "ce:GetCostAndUsage", "ce:GetCostAndUsageWithResources", "ce:GetCostCategories", "ce:GetCostForecast", "ce:GetDimensionValues", "invoicing:GetInvoicePDF", "payments:GetPaymentStatus", "payments:ListPaymentPreferences" ], "Resource": "*" } ] }

Min
已提問 7 個月前檢視次數 238 次
1 個回答
1

Hello.

Simply granting permission to IAM will not allow you to access billing information.
To be able to access billing information with IAM, you need to enable IAM access as described in the following document.
https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_billing.html#tutorial-billing-activate

profile picture
專家
已回答 7 個月前
profile picture
專家
已審閱 7 個月前

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

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

回答問題指南