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 Answer
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
EXPERT
Peter_G
answered a year ago
profile picture
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions