Finding source of expensive ListBuckets operations

0

I've got a relatively high expense line item in my monthly costs for S3. When I look at the "operation" it is dominated by the "ListBuckets" call.

I'm trying to figure out where that is coming from. The default CloudTrail history shows some calls but not enough to create a high cost.

Any suggestions on how to dive the next level deeper to investigate this?

asked 2 years ago159 views
1 Answer
0

You can use AWS Cost Explorer and narrow down to the application making the 'ListObjects' API calls, provided you are using 'tags' effectively to identify different workloads/applications. From AWS Cost Explorer, select and filter by S3 service, next filter by 'ListBucket' API Operation from the drop down, and then in the last, in 'Group by' section, filter by 'Tag'.

Other option is you can use AWS CloudTrail Lake for your investigation. AWS CloudTrail Lake offers deeper and more customizable view of events.

You can also use AWS Cost and Usage Reports to dive deeper to identify spend at resource/API level.

profile pictureAWS
Vikram
answered 9 months 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.

Guidelines for Answering Questions