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?

gefragt vor 2 Jahren165 Aufrufe
1 Antwort
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
beantwortet vor 9 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen