How can I monitor the bandwidth of an object in the Amazon S3 sevice? -


How can the AWS S3 programmatically monitor the bandwidth of an object? I want to do this to stop the excessive bandwidth usage by those customers who are using our services and we can spend more than we can afford. We want to limit 1TB bandwidth for each object.

Detailed usage reports are per bucket only, per object

What you can do and parse the logs once or once. This is definitely not immediate, but it can prevent people from going to way on your usage limits.

In addition to this, s3stat is a good option till one point. Once you start requesting more than ~ 50 million per month, they have difficulty crunching the data.


Comments