How to enable billing permission for IAM in AWS?

1.4k Views Asked by At

I have already assign billing permission and full administrator permission to IAM role but still I IAM user getting permission issue. How I can solve this problem?

2

There are 2 best solutions below

0
On

First give billing permission to the IAM user then move to My Account --> IAM User and Role Access to Billing Information --> Edit --> enable Activate IAM access.

enter image description here

Now your IAM user able to see billing permission.

enter image description here

0
On

There are two pre-requisites for an IAM user/role to view the Billing console.

  1. The user/role should have necessary IAM permissions.
  2. 'IAM User and Role Access to Billing' must be activated. This has to be done by logging in as the root user and is disabled by default.

A video and article about the same is here.