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
feita há 7 meses238 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 7 meses
profile picture
ESPECIALISTA
avaliado há 7 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas