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 Risposta
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
ESPERTO
Peter_G
con risposta un anno fa
profile picture
ESPERTO
verificato un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande