It would be interesting to go back through the Everpix post mortem docs[1] and see if a big price swing like this could have put them in the black (or close to it). [1] https://github.com/everpix/Everpix-Intelligence
Amazon S3 Pricing Changes Effective April 1, 2014
141–150 of 189 posts
Re: Amazon S3 Pricing Changes Effective April 1, 2014
#142Earlier quoted context omitted.
This is very hard for them to do. For example, what if you have set up a bunch of auto-scaling instances to handle heavy load. During the middle of the night, your application suddenly goes viral in Indonesia or Brazil or some other large country in a different timezone from yours. Your bill goes over its threshold - what does Amazon do? Do they terminate some of your instances (potentially losing production data!)?…
> Do they terminate some of your instances (potentially losing production data!)? If you have opted in for the "don't let me spend more than $x," then yes.
Re: Amazon S3 Pricing Changes Effective April 1, 2014
#143Earlier quoted context omitted.
In my opinion they're doing that on purpose to discourage people from using S3 as both a storage and a transfer method. Storage and Delivery should be considered separate, as there are benefits to it being a separate service. If you throw a CDN between your customers and S3 you'll not only get a significantly lower cost, you'll also give your customers much better performance.
In that case, where's the price drop on Cloudfront?
Re: Amazon S3 Pricing Changes Effective April 1, 2014
#144Storage is cheap, but data transfer out is still $0.12/GB, over 10x more expensive than other options.
That is, our storage is expensive (10c per GB, per month, with the HN-new-customer discount) but our usage/transfwer costs are zero.
related:
ssh user@rsync.net s3cmd get s3://rsynctest/mscdex.exe
interoperability!Re: Amazon S3 Pricing Changes Effective April 1, 2014
#145Earlier quoted context omitted.
I'd recommend Arq (a great backup product for OS X). It requires some technical chops to setup, but I doubt that would be a problem for you (or other people on HN). http://www.haystacksoftware.com/arq/
This seems to be for backing up workstations. I have that covered already with TimeMachine and Ubuntu's backup services to the NAS box. Now I just need to back up the NAS itself. Thanks for the suggestion though.
Re: Amazon S3 Pricing Changes Effective April 1, 2014
#146Re: Amazon S3 Pricing Changes Effective April 1, 2014
#147Earlier quoted context omitted.
This seems to be for backing up workstations. I have that covered already with TimeMachine and Ubuntu's backup services to the NAS box. Now I just need to back up the NAS itself. Thanks for the suggestion though.
You can back up your NAS to rsync.net.
Re: Amazon S3 Pricing Changes Effective April 1, 2014
#148Earlier quoted context omitted.
In that case, where's the price drop on Cloudfront?
Personally I would not use the Amazon CDN. It's not as cost effective as others, and CDN services are basically commodified at this point.
Re: Amazon S3 Pricing Changes Effective April 1, 2014
#149This must be an incredible benefit to companies like Imgur or Dropbox where a significant portion of their costs must be S3 storage.
Re: Amazon S3 Pricing Changes Effective April 1, 2014
#150Earlier quoted context omitted.
BackBlaze is pretty popular with the HN crowd and their pricing is still $5 a month for unlimited backup space.
Back blaze is out for two reasons: no Linux support and unlimited backups. I want to know exactly how much storage I can use up before hitting some abuse policy.