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
6
votes
2 answers

Alternative way to deploy Azure VM from generalised image with AzureRM

I am wondering in what way should I spin-up windows VM for Azure from generalized image, in order to add custom settings (from what I know it's impossible to customise the VM which was deployed from Azure market place) That would be great if you…
fopsik
  • 606
  • 3
  • 9
6
votes
1 answer

What is the difference between OpenStack, CloudFoundry and Stackato?

I'm quite new to all this *aaS thing, and currently I'm trying to wrap my head around concepts and how things basically work. What puzzles me quite a bit at the moment is the difference between a variety of products, especially the following…
Golo Roden
  • 781
  • 1
  • 8
  • 10
6
votes
2 answers

What are common strategies for configuration management on EC2?

Without using a 3rd party cloud configuration service, what are common patterns/strategies or whitepapers written on the subject of configuration management with EC2? Specifically on how to configure and provision new instances at startup, code…
6
votes
1 answer

Amazon EC2 instance ssh problems

I`m new to EC2 and I'm having some problems setting up my first instance. I followed this guide: http://www.robertsosinski.com/2008/01/26/starting-amazon-ec2-with-mac-os-x/ with the difference that I used ec2-run-instances --instance-type t1.micro…
ThePiachu
  • 229
  • 4
  • 8
6
votes
2 answers

Cloud vs traditional iSCSI, xen, drbd, etc

I was wondering, how does a 'traditional' virtual machine setup with storage on iSCSI, with a fallback using DRBD, nodes with Xen installed the 'normal way', storing their images on the iSCSI target, etc. compare to Cloud solutions, like Ubuntu…
Halfgaar
  • 8,084
  • 6
  • 45
  • 86
6
votes
6 answers

Where is the best place to buy fast CPU time?

I sometimes have some data processing jobs to run, but my laptop is not fast enough (2.4 Ghz Core 2 Duo) or don't have enough memory (4 GB). It may need to run for days. I want to buy fast computing time on demand. Here is my ideal workflow: 1)…
physicistjedi
5
votes
1 answer

Azure ARM Templates for deleting the resources

I know we can create infrastructure using ARM templates. Can we do the same for deleting the Resources. I dont want to delete all the entire resource group but few resources in a resource group. Is this possible through ARM Templates?
5
votes
2 answers

Resize LVM without data loss

I have Cloud Linux Serwer with LVM with two disk (40 + 50). For today, I do not need a second drive and I would like to unplug it by keeping LVM for the future. # vgdisplay --- Volume group --- VG Name system System ID Format …
erdys
  • 53
  • 1
  • 1
  • 3
5
votes
3 answers

Synology Cloud Sync : How to read encrypted files in the cloud?

I own a Synology NAS which i synchronised with Google Drive using the 'Cloud Sync' feature. For security reasons, i used the Synology built-in feature to encrypt the files on the NAS before sending them to the cloud. However now, i can't read them…
diabl0
  • 31
  • 1
  • 1
  • 5
5
votes
4 answers

Comparison of cloud hosting providers

Is there a place where we can compare* the many new arising cloud hosting providers? From reading into each of them, they seem very different and range from just hosting applications (google) to a semi-full enterprise web serving framework…
Abel
  • 1,037
  • 8
  • 20
  • 32
5
votes
1 answer

IIS application request routing changes 206 partial content to 200

I've setup a reverse proxy server in an azure cloud service using IIS rewrite rules and the Application Request Routing module (according to the instructions here. Everything is working well except for calls to endpoints I've created to download…
cortez
  • 51
  • 3
5
votes
2 answers

Can I host my web application in Cloud?

I have made a small web application created in J2EE which i want to develop as a "business". Can i host it in one of the cloud services ? Please do advice me as well on this issue. Will the cloud service be reliable over a long time ? Thanks in…
Anand
  • 261
  • 6
  • 17
5
votes
3 answers

How does a geographically distributed web app handle stored data?

Hypothetically... I log in to a web app from Australia and change some data. In the US my colleague is using the same system and wants to view the data I've changed. How could the web app be deployed locally for Australian users, and locally for US…
Dean
  • 175
  • 1
  • 5
5
votes
3 answers

Monitoring AWS Systems Behind ElasticBeanStalk

So I'm getting a company set up in the Amazon Cloud -- creating IAAS protocol/solutions/standardized implementation, etc while also being the SysAdmin for individual systems, app environments, and day-to-day uptime. One of the biggest issues I'm…
5
votes
1 answer

Track bandwith usage by application

I have a server at Rackspace and noticed my server is suddenly sending out 2GB of data per month (this is atypical since I don't use it that much) How can I figure out what application is using that bandwith and who is consuming it? I suppose it…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197