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
demandé il y a 7 mois238 vues
1 réponse
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
répondu il y a 7 mois
profile picture
EXPERT
vérifié il y a 7 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions