Need to give a warning next to the t1.micro instance e.g. only for short bursts, extreme throttling afterward
I would never dream of trying to build anything meant to stick around and make me money on one though of course.
81–90 of 98 posts
Need to give a warning next to the t1.micro instance e.g. only for short bursts, extreme throttling afterward
I would never dream of trying to build anything meant to stick around and make me money on one though of course.
There has been a lot of discussion on HN about dedicated hosting at Hetzner vs Amazon, and while they offer different pros and cons, Amazon appears to be a lot more expensive for comparable or even worse specs. Here's a comparison of two servers that have roughly comparable specs, Amazon High-Memory Double Extra Large and Hetzner ex8s: cpu: hetzner: Intel Xeon E3-1275 (4 physical cores) ec2: 4 virtual cores (13 "ecus…
The single biggest obstacle when using aws is EBS. It offers sub par and unpredictable io, making it near impossible to operate a traditional SQL DB at any significant load. This is the problem that pushed us to explore mongodb two years ago, and i believe this is a major driver for noSQL adoption in startups.
On EC2 you have no way of putting yourself in the DMZ, and the "Security Groups" only allow you to open up UDP or TCP forwarding. You cannot configure any other type of protocol/traffic and cannot bypass it entirely.
There has been a lot of discussion on HN about dedicated hosting at Hetzner vs Amazon, and while they offer different pros and cons, Amazon appears to be a lot more expensive for comparable or even worse specs. Here's a comparison of two servers that have roughly comparable specs, Amazon High-Memory Double Extra Large and Hetzner ex8s: cpu: hetzner: Intel Xeon E3-1275 (4 physical cores) ec2: 4 virtual cores (13 "ecus…
Can anyone recommend a service/person that can properly install a virtualization service on a Hetzner server?
Earlier quoted context omitted.
There is also http://ovh.com and they are opening a data center in North America this month.
Next month? Where did you hear that?
Here's a suggestion for a big improvement: Pick apart the EC2 pricing page ( http://aws.amazon.com/ec2/pricing/ ) and find the URLs to the JSON (e.g. http://aws.amazon.com/ec2/pricing/ri-light-linux.json ) and build something that's totally dynamic. Although the URLs and the formats aren't an official AWS API, I think it is pretty safe to count on them for an application like this.
Dear person that works at Amazon Web Services: please just build this for the community. ec2instances.info is a much better resource than the existing pricing page and the calculator is entirely too much for many uses/discussions. thanks. edit: or copy this: http://mikekhristo.com/ec2-ondemand-vs-reserved-instance-sav...
Earlier quoted context omitted.
Reserved instances are not tied to a specific machine. If you buy say 5 reserved instances of a specific server type, you have a pool of servers that can run at a discount. IE if you decide your DB needs to go on a bigger box you can apply the reserved instance discount to some of your application servers or whatever.
They are tied to the availability zone though. Not a big deal if you are from the US but if you are from Australia for example then you wouldn't be able to take advantage of a Sydney availability zone if it become available (as it is rumored).
Earlier quoted context omitted.
Reserved instances are not tied to a specific machine. If you buy say 5 reserved instances of a specific server type, you have a pool of servers that can run at a discount. IE if you decide your DB needs to go on a bigger box you can apply the reserved instance discount to some of your application servers or whatever.
They are tied to the availability zone though. Not a big deal if you are from the US but if you are from Australia for example then you wouldn't be able to take advantage of a Sydney availability zone if it become available (as it is rumored).