Live data from Hacker News

EC2 Price Reduction (C4, M4, and T2 Instances)

aws.amazon.com

51–57 of 57 posts

Re: EC2 Price Reduction (C4, M4, and T2 Instances)

#51

Has anyone switched to Google cloud & found it cheaper overall? It seems like there was a lot of interest in Google before but not so much as of late.

Google is 10 to 60% cheaper last I checked ;)

They're not even playing in the same league.

Re: EC2 Price Reduction (C4, M4, and T2 Instances)

#53

Has anyone switched to Google cloud & found it cheaper overall? It seems like there was a lot of interest in Google before but not so much as of late.

Google is 10 to 60% cheaper last I checked ;) They're not even playing in the same league.

After an in depth analysis:

Google instances are 50% cheaper in average, your mileage may vary => http://imgur.com/g6Tz7K7

Re: EC2 Price Reduction (C4, M4, and T2 Instances)

#54
post #29
post #18

Earlier quoted context omitted.

OVH is another decent host at similar prices. They have a larger range of servers and more datacenters, but are slightly more expensive. But they also offer renting older servers at kimsufi (similar to Hetzner's server bidding).

'Friends dont let friends use OVH'. Just google OVH and how horrible they are, every few months they have some gigantic filure - last time I've heard it was taking people money and not delivering servers for MONTHS.

I have no clue about the reliability of OVH, but I would definitely not say AWS is short on failures. At a scale of ~2000 instances, it's really not uncommon to encounter a bunch of AWS instance failures every week. Multiple times per year we see a massive failure that affects a large number of servers. The saving grace with AWS is that usually the problems are limited to a single availability zone so as long as you're redundant across multiple availability zones you can survive.

Re: EC2 Price Reduction (C4, M4, and T2 Instances)

#55
post #29
post #18

Earlier quoted context omitted.

OVH is another decent host at similar prices. They have a larger range of servers and more datacenters, but are slightly more expensive. But they also offer renting older servers at kimsufi (similar to Hetzner's server bidding).

'Friends dont let friends use OVH'. Just google OVH and how horrible they are, every few months they have some gigantic filure - last time I've heard it was taking people money and not delivering servers for MONTHS.

Just one data point: I have been using OVH for 4 months with no problems yet. I use a large memory, multiple core VPS for development, not production.

Re: EC2 Price Reduction (C4, M4, and T2 Instances)

#56

Earlier quoted context omitted.

Unfortunately, mixing and matching ends up really complicating things especially with security in mind. Many people run within a VPC and bridging to another private network is, well, I don't really want to think about it at this time.

We've found OpenVPN to be our friend here: create an overlay network that doesn't really care if nodes are bare metal or "cloud".

I thought about that too, but as far as I see with OpenVPN you have the single OpenVPN server as single point of failure and all the traffic goes through the server, which quickly becomes a chokepoint. If I needed this again, I'd try out tinc first. It does not appear to have the single point of failure issue.

Re: EC2 Price Reduction (C4, M4, and T2 Instances)

#57

Earlier quoted context omitted.

We've found OpenVPN to be our friend here: create an overlay network that doesn't really care if nodes are bare metal or "cloud".

I thought about that too, but as far as I see with OpenVPN you have the single OpenVPN server as single point of failure and all the traffic goes through the server, which quickly becomes a chokepoint. If I needed this again, I'd try out tinc first. It does not appear to have the single point of failure issue.

We have multiple standby servers to prevent the SPOF issue.

One problem we HAVE seen is a reduction in maximum bandwidth. Since we're CPU limited, however, it hasn't really been an issue.

Post reply on HN