Search code examples
amazon-web-servicesamazon-iamaws-billing

How to generate cost explorer by IAM user in AWS?


I have an AWS account with n number of IAM users. Each user will have access only to a specific list of services based on their role. Now I need to analyze the billing by each IAM user. This will provide the detailed view of each user for further cost optimization and other analysis.

But the AWS billing dashboard shows only the overall costs of that account. Can you please help me on this?


Solution

  • Billing details per IAM entities or which IAM user has spent how much is NOT possible. Also, resources are owned by the account itself (not the user who creates it) and IAM users/roles/groups are not for billing purpose.

    If you wish to analyze costs of different persons, then you can consider creating (or inviting) multiple accounts in AWS Organizations.