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
2
votes
1 answer

MDM and Information as a Service (IaaS)

MDM (Master Data Management) has been a buzz word past several years. Most of the Information/Data Architects are beginning to understand how to design and implement MDM and use it as an SOA enabler. There is another concept called Information as a…
mevdiven
  • 1,902
  • 2
  • 17
  • 33
2
votes
3 answers

Terraform to create multiple vpc by re-executing same main.tf

I am trying to create a terraform script which will create a vpc and other resources. I am passing the parameters for scripts from a .tfvars file. I have successfully created the vpc and resources by executing the script. Now I want to create…
Hajas
  • 115
  • 1
  • 3
  • 10
2
votes
1 answer

Iaas vs Paas in context of AWS

This is not a duplicate question. I am just confused in Iaas,Saas with respect to AWS services like Dynamo, RDS, RedShift and Kinesis etc. They helps users to create database So, should we categorize them in Iaas or Saas? Thanks
mc29
  • 85
  • 2
  • 10
2
votes
2 answers

How to create an azure image from a snapshot?

I have taken a snapshot of a VM running as a managed disk. Now i want to create multiple vm's using that snapshot. Can someone tell me how to create an image from that snapshot ?
GavinS1986
  • 21
  • 1
  • 3
2
votes
3 answers

Scale out my application in cloud, how i can do that?

i have a medium SaaS project and need scale out, where i can find materials to get started my cloud project? ps: i dont want work with a PaaS, like App engine or Azure...i will use IaaS like ec2 or rackspace
Stefhan
  • 610
  • 1
  • 5
  • 17
2
votes
0 answers

deis Register without external IP

Deis register need a external IP, but I install k8s by docker-multinode, I can't get the external IP for my IaaS, how to use deis in this solution ? $ kubectl --namespace=deis get svc deis-router NAME CLUSTER-IP EXTERNAL-IP PORT(S) …
wener
  • 7,191
  • 6
  • 54
  • 78
2
votes
2 answers

executing applications in the cloud

Lately I have been working with predictive analytics and in many cases my PC runs out of memory. For the analysis I use several tools such as Matlab, custom algorithms written in c++ or C#. Anyway I was thinking about running these algorithms in the…
Niko Gamulin
  • 66,025
  • 95
  • 221
  • 286
2
votes
1 answer

'sudo dmidecode | grep UUID' and '/sys/devices/virtual/dmi/id/product_uuid'. Are they same?

I need to register for monitoring purposes Linux servers running on real hardware as well as on virtual machines, AWS, Azure,.. by sending their unique id. I figured out that id given by sudo dmidecode | grep UUID is the best choice because its…
Syb3rian
  • 171
  • 2
  • 14
2
votes
1 answer

High Availability VM Azure

I am currently working on achieving 99.95 % Availability of my application residing on Azure Virtual Machine. What I want to achieve is that whenever the machine is restarted due to windows update or fault restart, another machine in a different…
2
votes
1 answer

Boot / shutdown time charge in Azure IaaS

Anyone know if, when I create a new VM in Azure, the boot time is charged? when I'm shutting down, is it charged too? Thanks a lot
RenanMPN
  • 47
  • 1
  • 5
2
votes
1 answer

Combining Chef And Docker

I am having hard time figuring how I should combine Chef and Docker to get the best of them. Right now I am using Chef to automatically pull a docker image and create a container. But things get messy when I want to change the configuration inside…
idoshamun
  • 1,125
  • 9
  • 21
2
votes
1 answer

Azure limit on maximum IaaS instances per cloud service

We have a situation where we need 100 VMs inside the same cloud service. We have few doubts: We have hit the limit of maximum number of IaaS instances per cloud service (50). Is this a soft limit that can be increased by contacting Azure…
Cracker
  • 51
  • 6
2
votes
3 answers

How hard to migrate from IaaS to PaaS on Azure

So I'm thinking of dipping a toe in the Azure pool Our web App Suite will soon be a pure ASP.Net + SQL Server affair For various reasons it will be simpler to initially create a SQL VM and run everything from there initially. How hard will it be to…
Rory Becker
  • 15,551
  • 16
  • 69
  • 94
2
votes
2 answers

Is it possible to create an OpenStack image importing an *.ovf file with Glance?

Is it possible to create an OpenStack image importing an ovf file with Glance? EDIT_1: I'm interested on creating images just providing its ovf file Thanks in advance
tremendows
  • 4,262
  • 3
  • 34
  • 51
1
vote
1 answer

Default zone of Virtual Machine in Azure

While deploying a VM in Azure. If I choose a region ex. "Central India" which is having support of Availability zone, but I am not choosing that option while deploying. Then what will be the default zone in which the VM get deployed? I think it will…
1 2
3
12 13