Questions tagged [cloud]

Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet)

Cloud computing is about hardware-based services (involving computing, network and storage capacities), where:

  • Services are provided on-demand; customers can pay for them as they go, without the need to invest into a datacenter.
  • Hardware management is abstracted from the customers.
  • Infrastructure capacities are elastic and can easily scale up and down.

Cloud computing providers offer their services according to three fundamental models:

  1. Infrastructure as a service (IaaS).
  2. Platform as a service (PaaS),
  3. Software as a service (SaaS)

IaaS is the most basic and each higher model abstracts from the details of the lower models.

See more on Wikipedia: http://en.wikipedia.org/wiki/Cloud_computing

913 questions
3
votes
2 answers

Terminal Server hosted on cloud server or traditional VPS?

We're looking into alternatives for our very small datacentre at the moment. We have two Windows 2008 terminal servers that serve RemoteApps that we're looking to move off-site first off (and if we could combine this into just one server, that's a…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
3
votes
4 answers

How do you do Cloud ROI analysis? Are you moving to cloud, and if so, which systems first?

Azure just released pricing a little while ago. And today I got a mail from Amazon advertising their cloud-based CDN. I feel like cloud-based systems are coming, but not yet ready for mainstream IT systems. I'd like to gain some experience with…
Cheeso
  • 572
  • 3
  • 18
3
votes
1 answer

How does the Cloud compare to Colocation? And development too

Currently I/we run a SaaS web application where each subscriber has their own physical instance of the application in addition to their own database. The setup has each web application instance deployed on two different IIS boxes both for…
Dai
  • 2,290
  • 8
  • 27
  • 43
3
votes
2 answers

How can I configure Munin to give me a "total" view of all my cloud servers?

I have a dozen load balanced cloud servers all monitored by Munin. I can track each one individually just fine. But I'm wondering if I can somehow bundle them up to see just how much collective CPU usage (for example) there is among the cloud…
Ryan
  • 420
  • 2
  • 8
  • 16
3
votes
2 answers

Cloudify: bootstrap-localcloud: operation failed?

OS: Gentoo, CentOS Version: 2.1.0 Follow the quick start guide, I got the below error when running bootstrap-localcloud: cloudify@default> bootstrap-localcloud STARTING CLOUDIFY MANAGEMENT 2012-05-30 14:55:50,396 WARNING…
quanta
  • 51,413
  • 19
  • 159
  • 217
3
votes
3 answers

Virtual Private Servers/Cloud hosting - Suitable for CPU intensive tasks?

Can anyone with experience of deploying CPU intensive applications into 'cloud' environments (like e.g. Linode), comment on whether these environments have been suitable? It seems to me that with VPS/Cloud hosting, specifications like RAM, Disk…
UpTheCreek
  • 1,628
  • 10
  • 32
  • 48
3
votes
3 answers

How can I add multiple private IP addresses for a single machine?

I have one Windows cloud server on Go Daddy. They gave me 3 public IP addresses and one private IP address per machine. And I know for more public IP addresses I have to call Go Daddy. How can I add more private IP addresses to a single machine…
Vinoth Kannan
  • 47
  • 1
  • 2
  • 9
3
votes
3 answers

What happens if an OpenStack cloud controller dies?

I've been reading up on OpenStack and how we can re-create an EC2/S3-style cloud for our internal development and I'm having a hard time finding information on how the OpenStack cloud controller provides redundancy of the cloud management…
3
votes
3 answers

Managing rolling deployments with amazon EC2

Recently I've been experimenting with various cloud management tools like RightScale, Scalr, custom scripts for managing a variety of servers, each hosting several roles (app, db, load balancer, job queues, etc). The one thing I find lacking in most…
Josh Nankin
  • 722
  • 12
  • 27
3
votes
1 answer

How to convert VirtualBox VM to OpenStack?

I'm running OpenStack in Ubuntu Server 11.10 (installation did using devstack script), but I have some virtual machines that are already running using VirtualBox. How can I convert the VirtualBox machines to run in OpenStack and what is the best way…
3
votes
3 answers

private cloud for testing purposes

I'm currently responsible for setting up some infrastructure integration testing in my company. We'll definitely need to use virtual machines. I considered using libvirt for managing VMs in tests however it's likely we'll have more servers. So what…
woky
  • 245
  • 3
  • 10
3
votes
2 answers

Setting up authentication on virtual machine

I'm creating a system similar to a cloud computing provider using the libvirt python bindings. I would like to give users the ability to specify a custom virtual machine image, in a similar fashion to AWS. I would like to generate SSH key pairs on…
GaretJax
  • 140
  • 6
3
votes
3 answers

The simple "cron" that killed the cloud hosting option

My SaaS application required a nightly cron job to run, analyze a database, send out e-mails and do some database maintenance work. This job cannot be triggered by user action. Almost every 'cloud' hosting solution balks at this to the point where…
JasonGenX
  • 522
  • 1
  • 5
  • 16
3
votes
1 answer

How to host a single website on multiple geographically-diverse servers

I currently have 2 servers, using cPanel/WHM. The first one is a VPS hosted in London (we'll call it "international") and the second one is a dedicated server located in my country (we'll call it "local"). "local" will have unlimited local…
Prakash
  • 193
  • 1
  • 11
3
votes
2 answers

chef assign elastic ip to instance

I am using a custom bash script to spin up/down EC2 instances as needed. The script creates the instance similar to: knife ec2 server create --config .chef/knife.rb with a few other parameters. It creates the instance fine but I want to be able to…
upbeat.linux
  • 275
  • 4
  • 12