How to gather hourly data analysis of S3 bucket

1

I am attempting to gather data analysis for a specific S3 bucket. My goal is to find how much data is being uploaded to the specific S3 bucket on an hourly basis. I am trying to figure how many files and if possible, the amount of data total for each hour in a 24 hour period.

Any help would be appreciated.

1 個回答
0

To my knowledge if you want this data by hour you will need to enable access logs and then aggregate over the log data. Standard cloudwatch metrics only give you data over 24 hours. Access logs will include the object size of any Put request - See format here You could aggregate using Athena or other log analytics (log insights/opensearch/splunk). You can see the schema and example queries here

AWS
專家
Peter_G
已回答 1 年前
profile picture
專家
已審閱 1 年前

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

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

回答問題指南