Live data from Hacker News

How to Save 90% on your S3 Bill

appneta.com

1–10 of 103 posts

Re: How to Save 90% on your S3 Bill

#4
The interesting thing is that the Boto S3 tutorial (http://docs.pythonboto.org/en/latest/s3_tut.html) uses s3.get_bucket() with impunity and never mentions you're paying 13.5x more for your usage if you use that bucket object for just one GET and don't pass validate=False. (Perhaps someone from AWS wrote that tutorial? :P) Probably deserves a mention there, though.

Re: How to Save 90% on your S3 Bill

#8
This is one of the reasons why Rackspace simplified pricing of Cloud Files from the start. No fees for PUT, POST, LIST, HEAD, GET, DELETE...no extra fees for Akamai CDN requests. Very simple with no hidden fees that surprise you at the end of the month.

Re: How to Save 90% on your S3 Bill

#9
post #6

Good news for django-storages users – this is off by default: https://bitbucket.org/david/django-storages/src/cb7366693ce1...

To further add: the PyPI version hasn't been updated since March 2013 but the last time the relevant lines were changed was January 2013, so you should still be good with the PyPi version (assuming changes from then went out in the last release).

The setting in question is: AWS_AUTO_CREATE_BUCKET.

Re: How to Save 90% on your S3 Bill

#10
post #8

This is one of the reasons why Rackspace simplified pricing of Cloud Files from the start. No fees for PUT, POST, LIST, HEAD, GET, DELETE...no extra fees for Akamai CDN requests. Very simple with no hidden fees that surprise you at the end of the month.

What are the hidden fees in the S3 use case?
Post reply on HN