skip to Main Content

I would like to know how much data (in bytes) is consumed or added to my s3 bucket. I saw metrics for the total size and number of requests but not for the amount of data over time

2

Answers


  1. Chosen as BEST ANSWER

    The metrics I was looking for are BytesDownloaded and BytesUploaded which are requests metrics that I did not find since they are not collected by default.

    Metrics: https://docs.aws.amazon.com/AmazonS3/latest/userguide/metrics-dimensions.html

    How to enable: https://docs.aws.amazon.com/AmazonS3/latest/userguide/configure-request-metrics-bucket.html


  2. Im not exactly sure if this is what You need:
    s3 bytes dashboard

    Is an example of the dashbord with max bytes in some S3 Buckets over time.
    This is just an automatically created dashboard, You can have the same one for Your data if You go this way CloudWatch -> Dashbaords -> Automatic dashboards -> S3 -> Maximize the one with BucketSizeBytes -> Define the periods

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search