0

How can we monitor API usage only a specific user in Amazon-Web-Services.
I tried creating Cloudtrail trail but it logs events of all users' all activity to the s3 bucket I configured to log it to.
I want only events (all activity) for a particular IAM User / Resource (using arn) to log to a S3 bucket

Rayclank
  • 101

1 Answers1

1

CloudTrail logs everything. You’ll have to use some other tool to filter what you need and dig deep into the logs. Some of the tools are:

There are many log parsing tools around to choose from.

Hope that helps :)

MLu
  • 24,849
  • 5
  • 59
  • 86