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

Developing a IAAS for cloud computing

I am looking to create a IAAS for my final year project. I have not taken the course of parallel processing until now. Please help me with the problems that I can face and tricks for faster implementation. Thanks
Fahd Uddin
  • 31
  • 6
0
votes
2 answers

90 days test Iaas Azure offer: how are calculated the costs when a VM is stopped

I have been doing some test and realized that when I stop a VM, I get a red warning saying that it still generates charges. But on which basis ? Furthermore, on some VM I created, the system without any reason starts fooling and reach a 98% CPU…
0
votes
1 answer

Could we install MS CRM On Premise on the new Azure IAAS

Can we install Microsoft CRM on Windows Azure IAAS platform. Is this possible to import a Windows VM of MS CRM. Has anybody tried this?
0
votes
1 answer

Provisioning timeout on ubuntu VM

I tried to create a Ubuntu server VM with the new feature, but my VM is in state : Running (Provisioning Timed Out) and I can't connect to it (authentication error) Any clue please ? Thanks !
Rodolphe Beck
  • 363
  • 1
  • 5
  • 14
0
votes
1 answer

Free IaaS for development with full access control? (like EC2)

I am looking for a "free" IaaS service as an alternative to EC2 which will let me SSH into a system with full user permissions (create/delete files, install services, libraries and applications from the repository). Tried OpenShift but ended up…
Sahat Yalkabov
  • 32,654
  • 43
  • 110
  • 175
-1
votes
0 answers

Cannot create network infrastructure

I have an existing infrastructure (Two App services, one Azure SQL Db, one Blob storage, one CosmosDB). We want to create it behind a virtual network and private endpoints. Our code looks like this: resource "azurerm_virtual_network" "vnet" { name…
Milan M.
  • 959
  • 3
  • 12
  • 27
-1
votes
1 answer

How IAAS communicate with PAAS services

In one of the interviews I was asked the below question. Does the IAAS communicate with PAAS services over the vnet ? How IAAS communicate with PAAS services
-1
votes
3 answers

What happens if running "terraform apply" twice? (Terraform)

What happens if running "terraform apply" twice? Does it create all the resources twice?
-1
votes
1 answer

Terraform layout for multi-client multi-tenant multi-environment using battle-tested versioned modules

I am trying to write Terraform code for a greenfield Azure project and below are the requirements: The project is multi-client - Client A, Client B, Client C ... future Clients Each client will have multiple environment Prod(Tenant1),Staging…
Buggy B
  • 623
  • 7
  • 18
-1
votes
1 answer

Azure E series (E20S_V3 and E20DS_V4)

We are already on azure IaaS model since last 3 years and currently planning to spin up a VM in production subscription which will host SQL server 2016 enterprise edition and we are comparing between these two series E20ds_v4 and E20S_V3 with in E…
yvr238
  • 1
  • 2
-1
votes
1 answer

Connect to SQL DB of Azure VM using c#

I have an Azure VM and a SQL DB on that VM - IAAS. I want to get data from that DB using C#, but I'm unable to get how to connect to SQL of Azure VM using C#. Any suggestions? What would be the connection string I have to pass, and how can I get…
-1
votes
1 answer

Azure RM VM hard disks

I have created an Azure RM VM with premium unmanaged disk configuration. I have 1 OS disk 127gb and a temp disk with size 56gb. My OS disk also contains SQL Server and SharePoint 2013. When I navigate to the storage account that contains my…
Danny
  • 746
  • 2
  • 8
  • 20
-1
votes
1 answer

Identify low usage Azure IaaS VM's

I have been working on the Azure monitoring side for a while. I need your inputs for one of my requirement. We have lot of IaaS VM’s both SQL and Non-SQL provisioned in our subscriptions. We are paying non-trivial amount for these VM’s. I am trying…
-1
votes
1 answer

How to Autopatch Azure IaaS VMs

We have a public website hosted on two Azure IaaS VMs which are behind a Network Load Balancer. What are the available solutions to auto patch and reboot without impacting site availability? I am looking for a solution like this Suppress the IaaS…
Jyothi
  • 89
  • 1
  • 2
  • 13
-1
votes
2 answers

Moving to IasS on MS Azure

We have got an application running fine on On premises and plan to move it to IaaS on Ms Azure, do we need to make any changes to it or will it work as is?
1 2 3
12
13