English 中文(简体)
Is there anyway to place data transfer limits on Amazon S3 so I don t get charged beyond a certain amount?
原标题:
  • 时间:2009-12-02 16:03:00
  •  标签:
  • amazon-s3

I m try to host videos on S3 and to put data transfer limits so I don t get charged for more than say 20GB, any way to do that?

问题回答

Not that I know of

But you could try issuing Query String Authentication Urls to S3 resources with expiration dates set. And then use the Server Access Logs to track total downloads. It you miss by a GB or so it s not going to cost too much :-)





相关问题
how to debug curl call to amazon s3 when it get stuck

I m using the PHP S3 class and this backup script to backup ~500Mb file from Linux server to S3. The call to s3 gets stuck (never returns) and top shows httpd process which consumes 100% CPU and 1% ...

Synchronizing S3 Folders/Buckets [closed]

I have an S3 Bucket that holds static content for all my clients in production. I also have a staging environment which I use for testing before I deploy to production. I also want the staging ...

Pure Javascript app + Amazon S3?

I m looking to confirm or refute the following: For what I have read so far it is not possible to write a web application with only javascript -- no server side logic -- served from Amazon S3 that ...

Using a CDN like Amazon S3 to control access to media

I want to use Amazon S3/CloudFront to store flash files. These files must be private as they will be accessed by members. This will be done by storing each file with a link to Amazon using a mysql ...

What s a good way to collect logs from Amazon EC2 instances?

My app is hosted on an Amazon EC2 cluster. Each instance writes events to log files. I need to collect (and data mine) over these logs at the end of each day. What s a recommended way to collect these ...

热门标签