Reputation: 5412
I have a number of IAM AWS users and I would like to:
Is there a way to do that from within AWS?
The scenario I am trying to avoid here is having one user spam AWS S3 requests in a tight loop and generating a huge bill. I would like to be able to block access for that one particular user before they can rack up too huge a bill.
Upvotes: 3
Views: 479
Reputation: 1952
There is no direct way of monitoring IAM Users data usage in AWS. One (complex) approach to have some monitoring of this kind if you are using only S3 would be:
Its neither a simple nor an efficient approach, but there is no direct way of doing so in AWS.
Upvotes: 5