Monitoring bandwidth of an object in Amazon S3

0 votes

Is it possible to programmatically monitor the bandwidth of an object in Amazon S3 service? I want o do this to avoid excessive usage of bandwidth? Is there is a way to do so?

Jan 4, 2019 in AWS by datageek
• 3,090 points
908 views

1 answer to this question.

0 votes

The detailed bandwidth details are with respect to each bucket, not each s3 object.  Maybe you can use S3stst to some extent. You might have to stop after a while though, because S3stat has trouble crunching more requests.

And another option is you can enable logging to track user patterns.

answered Jan 5, 2019 by Archana
• 5,640 points

Related Questions In AWS

0 votes
1 answer

How to upload an object into Amazon S3 in Lambda?

I suspect you are calling the context.done() function before s3.upload() has ...READ MORE

answered Sep 27, 2018 in AWS by Archana
• 4,170 points
953 views
+1 vote
2 answers
0 votes
1 answer

Query an object in S3 Glacier class

Hi @Hannah,  1. Create a JSON file using ...READ MORE

answered Oct 24, 2019 in AWS by Bob
971 views
+1 vote
0 answers
0 votes
1 answer
+1 vote
2 answers

How to read a csv file stored in Amazon S3 using csv.DictReader

The code would be something like this: import ...READ MORE

answered Oct 25, 2018 in AWS by Archana
• 5,640 points
53,659 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP