Skip to content

Iam User for Billing

0

Hi , Im trying to create a Iamuser to give full permissions of Billing and Payments. But after much try still when I login with the user it shows no permission given. Kindly help me out . thanks in advance. This the permissons I used { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "aws-portal:ViewBilling", "aws-portal:ModifyBilling", "aws-portal:ViewPaymentMethods", "aws-portal:ModifyPaymentMethods", "aws-portal:ViewAccount", "aws-portal:ModifyAccount", "aws-portal:ViewUsage" ], "Resource": "*" } ] }

asked 2 years ago585 views
2 Answers
0
Accepted Answer

Hello.

Have you enabled IAM access to your billing information?
If this is not enabled, IAM users will not be able to access billing information even if you set the IAM policy.
Please check whether the permission settings are configured according to the steps in the document below.
https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_billing.html#tutorial-billing-activate

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
0

Thank you adding the Billing permission worked

answered 2 years 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.