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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠