Ask HN: cloud computing options?
1–10 of 28 posts
Re: Ask HN: cloud computing options?
#2Maybe you could be a little more clear on what you need, because it's hard to imagine what are your requirements that fall in-between of "Google App engine is too limited" and "Amazon is too expensive"?
Also the phrase "I'm not much of an admin" makes it all sound really confusing... Rarely the cloud is the solution for one person's needs. Typically something like dedicated server or vps should be the answer. VPSes can be 6$/m including server's control panel so that you dont have to be "an admin".
Re: Ask HN: cloud computing options?
#31. The "really?" set of questions: Is the cloud what you really need? If so, can you architect your system to exploit the advantages of the cloud?
2. The "how?" set of questions: do you outsource the cloud to AWS et al or do you build your own? The details of this are probably worth half a book, but there are many databases to choose from (CouchDB, MemcacheDB, Tokyo Products and LightCloud, thrudb, Project Voldemort, redis, and others) and build-or-manage-your-own cloud computing datacenter (EUCALYPTUS, AppScale, Enomaly, ELASTRA, 3tera, etc).
The answer to these questions starts with "what are you trying to do?" In many cases, the cheapest and fastest way to get going is to provision some virtual servers from Linode or Slicehost and have a go. If you grow too much, 1. congratulations and 2. look at the cloud options.
Re: Ask HN: cloud computing options?
#4Are you sure you REQUIRE a cloud? Phrase "Amazon is too expensive" suggests that it might be not the solution you're looking for. Maybe you could be a little more clear on what you need, because it's hard to imagine what are your requirements that fall in-between of "Google App engine is too limited" and "Amazon is too expensive"? Also the phrase "I'm not much of an admin" makes it all sound really confusing... Rarel…
Those are usually shared once, aren't they?
Re: Ask HN: cloud computing options?
#5Re: Ask HN: cloud computing options?
#6Are you sure you REQUIRE a cloud? Phrase "Amazon is too expensive" suggests that it might be not the solution you're looking for. Maybe you could be a little more clear on what you need, because it's hard to imagine what are your requirements that fall in-between of "Google App engine is too limited" and "Amazon is too expensive"? Also the phrase "I'm not much of an admin" makes it all sound really confusing... Rarel…
Where do you get VPS for $6/m? Those are usually shared once, aren't they?
(1) ...except for the provider, but even Amazon has access to your files on EC2... (Tin-foil hat time.)
Re: Ask HN: cloud computing options?
#7Are you sure you REQUIRE a cloud? Phrase "Amazon is too expensive" suggests that it might be not the solution you're looking for. Maybe you could be a little more clear on what you need, because it's hard to imagine what are your requirements that fall in-between of "Google App engine is too limited" and "Amazon is too expensive"? Also the phrase "I'm not much of an admin" makes it all sound really confusing... Rarel…
Where do you get VPS for $6/m? Those are usually shared once, aren't they?
or, you can pick something on http://www.lowendbox.com/, but be careful - their primary concern is price i.e. they list hosting services that are cheap, but not all of them are reliable.
Re: Ask HN: cloud computing options?
#8Earlier quoted context omitted.
Where do you get VPS for $6/m? Those are usually shared once, aren't they?
Firstvds.ru (they have US branch at minivds.com). VPSes are never "shared", but they are on "shared" server. I.e. you have root access to your own VPS as root, nobody has access to it (1), but there are many VPSes on one physical server. (1) ...except for the provider, but even Amazon has access to your files on EC2... (Tin-foil hat time.)
Cloudkick should support this provider.
Re: Ask HN: cloud computing options?
#9Earlier quoted context omitted.
Firstvds.ru (they have US branch at minivds.com). VPSes are never "shared", but they are on "shared" server. I.e. you have root access to your own VPS as root, nobody has access to it (1), but there are many VPSes on one physical server. (1) ...except for the provider, but even Amazon has access to your files on EC2... (Tin-foil hat time.)
Looking at the Russian version of the site, you can get the same type of VPS for $4.44 a month instead of $6, although you get 25GB of traffic instead of 30. Cloudkick should support this provider.
Re: Ask HN: cloud computing options?
#10Explain a bit what your app is and we can give your architecture advice.