How to find out where the S3 ListObjects requests came from

0

In the last two days, my billing increased a lot due to lots of S3 ListObjects api requests. I'm sure it wasn't originated by my services.

I'd like to know how can I figure out where are these requests coming from, and which buckets were accessed?

I had no clue on this issue.

Then I enabled CloudTrail service, but still didn't find out where S3 ListObjects came from.

Mason
質問済み 1年前232ビュー
1回答
5
承認された回答

you can enable S3 Server Access Logging and analyze the generated logs. S3 Server Access Logging provides detailed records for the requests made to your S3 buckets

bucket > properties > Server access logging Download the log files from the destination bucket. Look for entries with the "REST.GET.BUCKET" operation, which corresponds to the ListObjects API request.

profile picture
エキスパート
回答済み 1年前
profile pictureAWS
エキスパート
レビュー済み 1年前
profile picture
エキスパート
レビュー済み 1年前

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

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

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

関連するコンテンツ