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
asked 6 months ago227 views
1 Answer
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
EXPERT
answered 6 months ago
profile picture
EXPERT
reviewed 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions