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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南