Live data from Hacker News

Amazon EC2 Pricing Changes Effective April 1, 2014

aws.amazon.com

21–30 of 151 posts

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#21
post #11
post #5

Earlier quoted context omitted.

DO's "internal" networking/security group support is still immature. I use DO for personal stuff, but at work we use AWS. Just never EBS. Ever.

How do you even do anything without using EBS?

Well, you break your services out onto stateless and stateful machines. After that, you make sure that each of your stateful services is resilient to individual node failure. I prefer to believe that if you can't roll your entire infrastructure over to new nodes monthly then you're unprepared for the eventual outage of a stateful service.

Most databases have replication but you need to make sure that the characteristics of how the database handles a node failure are well understood. Worst case you use EBS, put your state on it, snapshot it regularly, and ship those snapshots to another region because when EBS fails it fails hard.

Also, logs make every machine stateful. Use something like logstash to centralize that state.

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#22
post #11
post #5

Earlier quoted context omitted.

DO's "internal" networking/security group support is still immature. I use DO for personal stuff, but at work we use AWS. Just never EBS. Ever.

How do you even do anything without using EBS?

Exactly - how can I run a database server without EBS?

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#24
post #7

[deleted]

Be more constructive and maybe I won't vote you down next time.

My apologies, didn't know humor was considered destructive on HN. =| There goes my excitement for the price drop. =(

edit: do I get my one point back if I delete it or am I permanently shamed?

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#28
post #22
post #11

Earlier quoted context omitted.

How do you even do anything without using EBS?

Exactly - how can I run a database server without EBS?

We use RDS (they now support Postgres) and Elasticache.

The pricing seems reasonable for the performance (I've not done benchmarks if I'm being honest), and you get to treat all your EC2 instances as expendable.

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#29
Just to make sure I'm reading this right, the upfront reservation fees are higher, but the reserved hourly rates dropped a good bit. It's cheaper over the duration of the reservation, but you owe more of the term upfront.

Given this tidbit, might you reserve an instance now, pay the lower fee, but still take advantage of the new hourly rates on April 1? Or are you locked in at whatever rate your reservation is for?

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#30

This is huge. Startups everywhere are huge beneficiaries of this price war between Amazon and Google over the future of cloud computing.

Let's just hope they all stay in business so we don't end up with only one player in the market...who can then jack up prices at will.
Post reply on HN