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 Antwort
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
EXPERTE
Peter_G
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Jahr

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