Live data from Hacker News

Amazon EC2 Pricing Changes Effective April 1, 2014

aws.amazon.com

11–20 of 151 posts

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#11
post #5
post #3

Just out of curiosity, why would one choose AWS over Digital Ocean? Isn't DO considerably cheaper?

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?

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#14
post #12

I would be so happy if Heroku passed along these price cuts to their customers, but based on past AWS price cuts, I'm not holding my breath.

They might (a little) in that this 'friction' is exactly the sort of plain bottom-line info to get people to make the step to move off of heroku and on to raw EC2 (or other more infrastructure based setups).

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#15
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.

What's wrong with EBS? And for what usage?

Most of AWS's major outages have been related to EBS. Although outages can happen to any hosting provider, and I am sure they have fixed the previous issues. So EBS should get more stable over time and it is already quite stable.

The performance of EBS is pretty bad, and getting decent performance is expensive. Having said that, if your application runs in memory and disk usage is infrequent then it is probably fine to use EBS. EBS is also much more expensive than the instance storage, but it is also durable unlike instance storage.

On the whole, "never ever EBS" is too strong language making it incorrect. As usual, it depends.

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#18

I see that the prices on the M3 instances dropped a bit more than the prices on the M1 instances did, so they are encouraging us customers even more to move from the older HHD based instances to the newer, faster SSD based instances.

They want to retire the m1 hardware. Probably costs more per hour for power to run than the new m3 hardware.

Re: Amazon EC2 Pricing Changes Effective April 1, 2014

#19
post #15

Earlier quoted context omitted.

What's wrong with EBS? And for what usage?

Most of AWS's major outages have been related to EBS. Although outages can happen to any hosting provider, and I am sure they have fixed the previous issues. So EBS should get more stable over time and it is already quite stable. The performance of EBS is pretty bad, and getting decent performance is expensive. Having said that, if your application runs in memory and disk usage is infrequent then it is probably fine…

Only use EBS when you absolutely have to, and fail gracefully when EBS fails.
Post reply on HN