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

170 questions
383
votes
14 answers

What is SaaS, PaaS and IaaS? With examples

What do the following terms mean? SaaS PaaS IaaS? There are various cloud services available today, such as Amazon's EC2 and AWS, Apache Hadoop, Microsoft Azure and many others. Which category does each belong to and why?
RT_
  • 5,839
  • 4
  • 13
  • 6
41
votes
1 answer

What does Apache Mesos actually do?

I am trying to wrap my head around Apache Mesos and need clarification on a few items. My understanding of Mesos is that it is an executable that gets installed on every physical/VM server ("node") in a cluster, and then provides a Java API…
smeeb
  • 22,487
  • 41
  • 197
  • 389
27
votes
1 answer

Azure vs Appharbor vs Amazon EC2

I am starting developing new online business and I am not sure what technology to use for hosting. I have used Microsoft Azure in my pervious projects, I did not have any problem with it, it was just expensive. My choices are Azure, Appharbor or…
Elham
  • 777
  • 1
  • 11
  • 23
8
votes
1 answer

Google Compute Engine as an alternative to Amazon Web Services (EC2, ELB, etc...)

I am trying evaluate Google Compute Engine (GCE) for a cloud project in our company. We have some experience in working with Amazon Web Services but would like to know if GCE is a better alternative for our project. I have following questions. Our…
Narayanababu
  • 145
  • 1
  • 7
8
votes
1 answer

UML Deployment Diagram for IaaS and PaaS Cloud Systems

I would like to model the following situation using a UML deployment diagram. A small command and control machine instance is spawned on an Infrastructure as a Service cloud platform such as Amazon EC2. This instance is in turn responsible for…
DuncanACoulter
  • 2,027
  • 2
  • 24
  • 37
6
votes
2 answers

Windows Azure VM (Iaas) unexpected restarts

I have a number of VMs on Windows Azure (Iaas) hosting a website. There are a number of load-balanced front-end VMs, all connecting to a single VM with SQL Express. It works well. However! I'm getting random restarts across all the VMs. As for the…
5
votes
2 answers

How to define specific Resource Group in Azure Resource Manager nested template

Does anyone know how to place Resources in an ARM template into specific, and different Resource Groups? This might be the storage in one RG and the network in another, both created in the same, or different, templates (nested, for example). Full…
AndyHerb
  • 610
  • 9
  • 24
5
votes
1 answer

Unable to increase Virtual Machine Size through Azure Management Portal

I am trying to change the Virtual machine size from - 8 Cores, 14 GB to A 6 - 4 core, 28 GB for one of of my MSSQL Azure IaaS server. I am getting the following error: Unable to upgrade the deployment. The requested VM size may not be available…
codebased
  • 6,488
  • 7
  • 42
  • 78
5
votes
1 answer

Cannot connect to Azure VMs after restart

I'm trying to configure a couple of virtual machines using Windows Azure. To save costs I shut down the VMs at the end of each day and start them the next morning. However, after coming back to work and starting all my VMS I don't have remote…
Wouter de Kort
  • 36,302
  • 10
  • 78
  • 99
5
votes
1 answer

Cloud Platform : Can i install open source s/w like Ghostscript in any IaaS?

In my application i have to install Ghostscript in the server to run the application.Is Google Compute Engine(IaaS), Amazon EC2, VMware, WindowsAzure etc., or anyone support software installation from user side.
Master Mind
  • 2,359
  • 2
  • 25
  • 46
5
votes
1 answer

VPS and infrastructure-as-a-service IaaS, what is the difference?

I am Java developer, from my point of view, VPS and infrastructure-as-a-service IaaS is the same, both offer me virtual machine to built what ever applications stack I want, is this right or I am missing something here?
DrAhmedJava
  • 661
  • 8
  • 14
4
votes
3 answers

Creating clone of a VM in OpenStack

I need a copy of cinder volume, so that only hostname is changed with the same contents of as of the existing cinder volume?
4
votes
1 answer

IaaS Azure Diagnostics won't start. Missing assemblies

When I try to enable Iaas Azure Diagnostics on my VM, I encounter the following errors. I was able to track down the local log files and found these entries. How do you repair the Azure Diagnostics extension, without recycling the…
bartonm
  • 1,500
  • 2
  • 17
  • 27
4
votes
4 answers

How to install Redis Sentinel as a Windows service?

I am trying to set up a redis sentinel as a windows service on a Azure VM (IaaS). I am using the MS OpenTech port of Redis for Windows and running the following command... redis-server --service-install --service-name rdsent redis.sentinel.conf…
Gautam Dhameja
  • 119
  • 2
  • 9
3
votes
2 answers

Microsoft Azure VMs IaaS or PaaS?

I would like some clarification on whether Azure VM's are strictly IaaS or can be PaaS depending on the amount responsibilities the creator/user has. I've seen multiple different website saying VM are ONLY IaaS since you require an operating…
Minmater
  • 53
  • 1
  • 4
1
2 3
11 12