AWS S3 Monitoring
Starter
Professional
Bleemeo collects metrics for Amazon S3 buckets via CloudWatch. Metrics are polled up to 3 times daily.
Metrics
Section titled “Metrics”| 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) |
IAM Permissions
Section titled “IAM Permissions”{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "cloudwatch:GetMetricStatistics", "ec2:DescribeRegions", "s3:ListAllMyBuckets", "s3:GetBucketLocation" ], "Resource": "*" } ]}Estimated AWS Cost
Section titled “Estimated AWS Cost”Less than $0.01/month per bucket (a few CloudWatch API calls per day).
See Also
Section titled “See Also”- Configuration — set up AWS credentials