I have a number of IAM AWS users and I would like to:
- See when and how much data each user is accessing.
- Limit the amount of monthly data each user can read (to keep costs under control)
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.