Question

Is it possible to limit the bandwidth used by Amazon S3 or CloudFront?

So, for example, when the limit is 100 gb, every file after that is being denied?

If so, can you also limit the bandwidth at IP-base. So for example, each IP can only receive 10 gb, after that, every request is being denied. Is something like that possible?

Or is there any other solution to prevent bandwidth abuse? Note that every file should be public (not private)!

Thanks in advance, Tim

Was it helpful?

Solution

Neither Amazon S3 nor CloudFront provide bandwidth limits.

If bandwidth limits are important to you, you'll have to write your own front end access to Amazon S3 that monitors and limits bandwidth.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top