Skip to content

Is it possible to track access key usage on s3?

0

I have a user who has S3 full access. This access was granted in the past in the development of the application and has not been reviewed. Is there any way to track the use of the access key to know which buckets it is actually being used in?

1 Answer
2

You can enable cloudtrail data events to capture this information https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html

You will need to query the trail from the s3 cloudtrail bucket using Athena to get the events.

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.