TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The "Cloud": who's really using it?

4 点作者 acl将近 16 年前
The cloud buzz has reached a fever pitch. So who is actually using cloud computing, and for what?<p>To clarify, I'm talking about computation (EC2), not file stores (S3). Furthermore, I am excluding traditional VPS providers (Slicehost, Linode, etc -- don't get me wrong I love both of them). So cloud services would include, but not be limited to: EC2, AppEngine, Rackspace Cloud/Mosso, Heroku type of services.<p>So, are you using cloud services, and for what? Your whole infrastructure or just part of it? How big are you?<p>I'm also curious about auto-scaling. Of course auto-scaling sounds amazing, but when I think of the hard problems that need to be solved during the scaling process, most usually aren't solved by bolting on more hardware (virtual or not).<p>So who's really using auto-scaling? Does it work for you?

5 条评论

sanswork将近 16 年前
I started on Amazon grew to something like 30 servers on there doing a variety of tasks in a few groupings(Server group A has 5 servers all the same + load balancer for example). Used scalr.net to manage it and thought it was great.<p>I've recently started moving everything over to GoGrid(20+ servers there now) since I needed to be on the west coast for latency issues. I'm not as big of a fan of their services but it's ok for what it is. I still have a number of complaints though not as many as last time I wrote about it.<p>I also have a hand full of servers with rackspace cloud for redundancy but they get very little use at the moment.<p>Also our whole external infrastructure is now in the cloud. We have one server with softlayer and a mail server that are separate. In house we have another 15 or so servers for log processing.<p>We use autoscaling or rather did when with amazon using scalr and once I get my puppet setup running fully on GoGrid I'll be developing one there too. The problems I face can entirely be solved just by adding more hardware since all my systems are modular so it works well for me but your mileage may very.<p>Scalr support autoscaling by things like load/ram/bandwidth as well which is nice since a lot of times you need to scale out for different reasons.
agmiklas将近 16 年前
We're using AWS EC2 mostly because they're the only hosting provider we were able to find that offered high-speed connections between their data centers. We use this capability to synchronously replicate every transaction to at least two data centers. The plan is that we should be able to cut over to another data center without losing any committed transactions.
byoung2将近 16 年前
I'm using Mosso/Rackspace Cloud for a web design business. I wanted clients to be able to scale up without hitting bottlenecks or affecting other sites on the server.<p>It isn't perfect, but it has a few huge advantages. The biggest plus is that Rackspace handles all of the auto-scaling, so it is plug and play in that sense. You code it and load it, and if you need more PHP power or more database muscle, the system takes care of it for you. Great for blogs that may hit the front page of Digg (www.techspyer.com is a Wordpress install of mine that's on Mosso hosting and it works for that application).
jhammerb将近 16 年前
SoftLayer's bare server API (<a href="http://softlayer.com/resources_api.html" rel="nofollow">http://softlayer.com/resources_api.html</a>) and monthly pricing have suited our needs nicely. We've seen seen two problems (a porn site in the same datacenter sometimes gets DDOSed and the firewall in one data center is remarkably flaky), and they've been remarkably quick to respond to each.<p>The amount of tooling around the Amazon ecosystem is nice, but we mostly just use it for automating builds.
joevandyk将近 16 年前
Why exclude slicehost and linode? they have APIs for starting/stopping slices.
评论 #760223 未加载