Skip to content

AWS S3 Monitoring

Starter
Professional

Bleemeo collects metrics for Amazon S3 buckets via CloudWatch. Metrics are polled up to 3 times daily.

Metric Description
s3_bucket_size Total bucket size in bytes (per storage class: Standard, Standard-IA, Reduced Redundancy)
s3_objects_count Total number of objects in the bucket (all storage types)
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"cloudwatch:GetMetricStatistics",
"ec2:DescribeRegions",
"s3:ListAllMyBuckets",
"s3:GetBucketLocation"
],
"Resource": "*"
}
]
}

Less than $0.01/month per bucket (a few CloudWatch API calls per day).