Live data from Hacker News

Amazon EC2 Pricing Changes Effective April 1, 2014

aws.amazon.com

31–40 of 151 posts

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#34
post #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?

You're locked into whatever rate your reservation is for. This is why you see rate fluctuations on the marketplace for the same instance type. It's also why a 3 year reservation may not make sense.

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#36
post #35

Let us hope that RDS prices also drop as a result of this. It's enough of a value for us at the current price rates to be happy with it, but there will need to be some decrease to make sure that it makes financial sense over straight self-managed EC2.

RDS prices dropping too.

http://aws.amazon.com/rds/pricing/effective-april-2014/

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#37
post #28
post #22

Earlier quoted context omitted.

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.

Sure - but I'm assuming RDS uses EBS under the covers...

I meant rather that is there any other option for persistent data on AWS?

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#38
post #36
post #35

Let us hope that RDS prices also drop as a result of this. It's enough of a value for us at the current price rates to be happy with it, but there will need to be some decrease to make sure that it makes financial sense over straight self-managed EC2.

RDS prices dropping too. http://aws.amazon.com/rds/pricing/effective-april-2014/

Thanks, good sir! This is exciting!

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#39
post #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?

You're locked into whatever rate your reservation is for. This is why you see rate fluctuations on the marketplace for the same instance type. It's also why a 3 year reservation may not make sense.

That makes sense, thanks for the clarification.

Bummer, though. We just reserved a multi-AZ m3.large RDS instance last week. I wish AWS would take up Google's system of graduated price reductions over steady run duration.

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#40
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?

By having good replication, either hand rolled or built in.

At Netflix we use Cassandra and store all data on local instance storage. We don't use EBS for databases.

Post reply on HN