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
Asked
Active
Viewed 407 times
0

Rayclank
- 101
1 Answers
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:
- AWS CloudWatch Logs Insights
- ElasticSearch / Kibana
- GreyLog
- Splunk / SumoLogic / ...
There are many log parsing tools around to choose from.
Hope that helps :)

MLu
- 24,849
- 5
- 59
- 86