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
1
vote
1 answer

Terraform Vnet Peering with vlans in different ressource groups

Im quite new to Terraform so maybe i make a very basic mistake but after multiple hours maybe here someone can help me out. So i tried to peer to vlans together. I viewed multiple tutorials about it and the only difference between my configuration i…
Nico
  • 9
  • 3
1
vote
1 answer

AWS IAM - Access Denied from Lambda to DynamoDB

I am following this tutorial from Medium.com to create a URL shortener using AWS. I have setup the whole thing, but doing my first test I am getting a permissions error when trying to get a DynamoDB item from a Lambda. As stated in the tutorial, the…
ElPiter
  • 4,046
  • 9
  • 51
  • 80
1
vote
1 answer

Reference a dynamic role name in a Cloudformation template

In one Cloudformation template I create the following role: CRMPiccoRole: Type: 'AWS::IAM::Role' Properties: RoleName: !Sub 'crm-${Environment}-register' In another Cloudformation template for an EC2 instance I am attempting to…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
1
vote
2 answers

Usefulness of IaaS Provisoning tools like Terraform?

I have a quick point of confusion regarding the whole idea of "Infrastructure as a Code" or IaaS provisioning with tools like Terraform. I've been working on a team recently that uses Terraform to provision all of its AWS resources, and I've been…
1
vote
0 answers

Using pulumi Vs aws cdk for infrastructure provisioning

I recently cake to know about pulumi and its capabilities for provisioning infrastructure. I want to draw a comparison between pulumi and aws cdk Can any tell me what are features that pulumi supports and aws cdk cant? I went through the…
Umar Tahir
  • 585
  • 6
  • 21
1
vote
1 answer

Create App Service or Slot with Powershell

I'm configuring my CI/CD pipelines on azure devops. Our main purpose is to automaticalle create an environment for each Pull Request so our QA team can test the change before sending the ticket to code review. I have an azure build pipelines that…
1
vote
1 answer

Can depends_on in terraform be set to a file path?

I am trying to break down my main.tf file . So I have set aws config via terraform, created the configuration recorder and set the delivery channel to a s3 bucket created in the same main.tf file. Now for the AWS config rules, I have created a…
1
vote
2 answers

Is there any real-time rsync sample for Iaas or Paas?

We are facing two challenges: There are two databases(db1and db2) in Iaas Service Cloud. How can I do real-time rsync with two databases when one of them's data is updated? There are two databases(db1and db2) in Paas Service Cloud. How can I do…
1
vote
2 answers

Get file content as a Terraform output

I have a Terraform configuration where I start a systemd service on an AWS EC2 instance. I need to grep that service's log and export it to be a Terraform output. When hello.service is started, it logs a line like this (among many other): Root Key:…
Héctor
  • 24,444
  • 35
  • 132
  • 243
1
vote
0 answers

Deploying from Azure ARM templates, Circular dependency detected on resource

New to Azure and I'm receiving the following error when trying to deploy a resource group from an existing resource group using ARM template: Deployment template validation failed: 'Circular dependency detected on resource:…
RKD
  • 426
  • 1
  • 5
  • 12
1
vote
3 answers

Avoiding Vendor-Lock-in: Is code written for Windows Azure completely portable to self-hosted IIS/ASP.NET?

Background I'm just getting started on a new web-development product that I intend to host in the cloud and am weighing my options for cloud-providers. I really like the idea of going with a Platform-as-a-Service solution like Azure because my…
JohnFx
  • 34,542
  • 18
  • 104
  • 162
1
vote
0 answers

VMware VCloud REST API is not Working for deallocate public IPs from an edge gateway network

We are trying to call the following REST API to deallocate public IPs from an edge gateway network. PUT: https://myvcloud.com/api/admin/edgeGateway/{Id of the edge gateway}/action/manageExternalIpAddresses Request Header: Authorization: Basic…
Sougata
  • 97
  • 1
  • 7
1
vote
2 answers

How to check the value of a variable in an Azure ARM Template using Visual Studio

I'm using visual studio and want to check the output of a variable in an Azure ARM template before deploying? in the below example I want to check the contents of the variable "connectionstring" Is there a way of displaying the value currently held…
itye1970
  • 1,654
  • 7
  • 31
  • 62
1
vote
0 answers

PAAS DB to IAAS DB connection. Is it supported

Need connection from PAAS DB to IAAS DB as migrating multiple procs with OPENQUERY to remote data source (ODBC driver/Linked Server) and unable to deploy on PAAS setup. Attempted CROSS DB QUERIES from PAAS to IAAS, setups fine but throws error when…
Analyzer
  • 11
  • 3
1
vote
3 answers

Azure IaaS VM monitoring

How to monitor Azure IaaS VM availability. how to get alerted in case if the VM goes down or gets restarted. Existing Azure monitoring / Alert and diagnostics providing alerts on perf counters like CPU, memory and networking. Is there any KPI that…
Jyothi
  • 89
  • 1
  • 2
  • 13