Questions tagged [iaas]

IAAS (Infrastructure as a Service) is a provision model in which an organization outsources the equipment used to support operations, including storage, hardware, servers and networking components. The service provider owns the equipment and is responsible for housing, running and maintaining it.

In the most basic cloud-service model, providers of IaaS offer computers - physical or (more often) virtual machines - and other resources. IaaS clouds often offer additional resources such as a virtual-machine disk image library, raw (block) and file-based storage, firewalls, load balancers, IP addresses, virtual local area networks (VLANs), and software bundles. IaaS-cloud providers supply these resources on-demand from their large pools installed in data centers. For wide-area connectivity, customers can use either the Internet or carrier clouds (dedicated virtual private networks).

To deploy their applications, cloud users install operating-system images and their application software on the cloud infrastructure. In this model, the cloud user patches and maintains the operating systems and the application software. Cloud providers typically bill IaaS services on a utility computing basis[citation needed]: cost reflects the amount of resources allocated and consumed.

Examples of IaaS providers include: Amazon EC2, Azure Services Platform, DynDNS, Google Compute Engine, HP Cloud, iland, Joyent, LeaseWeb, Linode, NaviSite, Oracle Infrastructure as a Service, Rackspace Cloud, ReadySpace Cloud Services, ReliaCloud, SAVVIS, SingleHop, and Terremark

190 questions
0
votes
1 answer

Run applications on the cloud

Guys I'm wondering how can I run windows applications on the cloud through web browser like this website (https://online.cameyo.com/public). If anyone know the general idea behind this project, which programming languages offers desktop streaming…
Deve
  • 181
  • 4
  • 14
0
votes
3 answers

Azure Management API - Create VMImage - InvalidXmlRequest - The request body XML was invalid or not correctly specified

I'm hoping someone can put me in the right direction regarding creating a VM Image via the service management REST API. Everything I've tried has led me to get back a 400 InvalidXmlRequest error which states that "The request body's XML was invalid…
0
votes
3 answers

Chef Powershell output capture into attribute in latest chef 12

Ok, so im stuck. I'm trying to read a .Net file's version attribute and save that into a node's attribute. So I can see the version of the intalled program on the server side in the node's attributes. I can run a powershell script like…
user230910
  • 2,353
  • 2
  • 28
  • 50
0
votes
1 answer

Get domain name of Azure VM c#

How can we get the domain name on which the Azure vm is created using c#.. just would like to know if there is any api... tried ComputeManagementClient.Deployments.GetBySlot but that returns DeploymentGetResponse which doesnt have domain info
shiv455
  • 7,384
  • 19
  • 54
  • 93
0
votes
1 answer

What are usage hours in cloud services

I have seen various cloud computing services offering a free number of hours per month. What exactly they mean? Are they just clock hours or they have some special meaning?
user2286243
0
votes
2 answers

Add second DNS to VM with Azure Powershell

I'm currently rolling out an IaaS environment with 2 Domain controllers (both VM's too) Setting the DNS statically in the OS adapter settings is not the way to go in Azure (reload will clear settings) I'm setting the DNS settings through powershell,…
piepie
  • 125
  • 2
  • 10
0
votes
1 answer

openshift environment variable not used in virtualenv

I can't understand why my custom env variables aren't read during app execution, but if I type env command or use python shell they looks ok. For example: if I ssh to my app and type: $ env | grep AMAZON AMAZON_KEY=... AMAZON_SECRET=... and this is…
0
votes
1 answer

How do IaaS nodes communicate to form a cluster?

How do nodes communicate with each other, or how do they become aware of each other (in a decentralized manner) in an IaaS environment? As an example: this article about Akka on Google's IaaS describes a 1500+ decentralized cluster…
Dominykas Mostauskis
  • 7,797
  • 3
  • 48
  • 67
0
votes
1 answer

CloudStack created 7 Debian Package instead of 16, why?

To install cloudstack I use this installation guide. While building deb package, it says This command will build 16 Debian packages. You should have all of the following, but I have only 7 of them: cloud-agent_4.0.0-incubating_amd64.deb …
yetAnotherSE
  • 3,178
  • 6
  • 26
  • 33
0
votes
1 answer

Affinity between Nodejitsu and IAAS

I'm evaluating Nodejitsu for hosting Node.JS. I'm trying to understand the relationship between Nodejitsu and IAAS providers. In particular is Nodejitsu providing me the machines or can I choose that my machine will be on some specific cloud…
Yaron Naveh
  • 23,560
  • 32
  • 103
  • 158
0
votes
1 answer

How to Connect Virtual Machines in a Cloud Service using REST

I'm working with Virtual Machines on Windows Azure and according to the following link: http://www.windowsazure.com/en-us/manage/windows/how-to-guides/connect-to-a-cloud-service/ it is possible to link various Virtual Machines to the same cloud…
acarrion
  • 89
  • 1
  • 8
0
votes
2 answers

On Windows Azure is there a difference between VM role and vm instances?

In windows azure I see references to vm roles and vm instances. Are they different ? one it seems is to allow uploading of a vm image for use in the platform as as a service (PaaS) and the other allows on demand creation of vm images for…
MikeJ
  • 14,430
  • 21
  • 71
  • 87
0
votes
1 answer

cloudfoundry on openstack iaas - understanding the stack

I am evaluating cloudfoundry (private cloud option) with Openstack as an IaaS candidate. I have following setup in mind, but looks like I am missing some connections - I will have OpenStack installed On one VM on openstack (ubuntu 10.4 image), I…
Kparekh78
  • 21
  • 1
0
votes
1 answer

SaaS practical basics and projects

So i need some directions. I want to understand Cloud Software as a Service(SaaS) practical initialization. The thing is I want to create a simple cloud service which would let me run programs on this cloud from remote machine. As I understand, I…
Medardas
  • 531
  • 2
  • 8
  • 21
0
votes
2 answers

Language for automation in cloud Administration or infrastructure management

My question is related to the language to learn for automation task in cloud computing. will it be python or ruby or some thing else. i want to move into the ladder as a automation engineer for infrastructure in cloud and data…
user1393251
  • 179
  • 1
  • 1
  • 3