-1

I have an root aws account and also created one IAM users. The IAM user have full permission for EC2 service. He/She create a Instance(virtual machine - t2.nano) from his IAM account.

I am check my bill from root account. I am seeing as combined usage of root user and IAM user. Is it possible to separate the billing usage for IAM user alone?

Thanks,

vishnukumar
  • 365
  • 4
  • 17

1 Answers1

1

There is no way to track the billing usage for a IAM user unless you create a (cost allocation) tag for that user and track it in billing reports. Even then, you can track only the compute costs (instance cost) not the costs associated with storage, data transfer etc.,

helloV
  • 50,176
  • 7
  • 137
  • 145