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?

質問済み 2年前165ビュー
1回答
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
回答済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ