Catalog
concept#Cloud#Platform#Architecture

Infrastructure-as-a-Service (IaaS)

IaaS is a cloud service model providing on-demand virtualized compute, storage and networking. It enables renting infrastructure rather than owning it, supporting self-service provisioning, elasticity and usage-based billing.

Infrastructure-as-a-Service (IaaS) is a foundational cloud computing model that delivers virtualized compute, storage and networking resources on demand.
Established
Medium

Classification

  • Medium
  • Technical
  • Architectural
  • Intermediate

Technical context

CI/CD pipelines (e.g. Jenkins, GitHub Actions)Monitoring tools (e.g. Prometheus, Grafana)Configuration and orchestration tools (e.g. Terraform)

Principles & goals

Expose resources as abstracted, standardized services.Promote self-service and automation as primary interaction modes.Make consumption costs transparent and control via monitoring.
Build
Enterprise, Domain, Team

Use cases & scenarios

Compromises

  • Unexpected costs from uncontrolled resource provisioning.
  • Misconfigurations can lead to security vulnerabilities.
  • Provider outage can impact services.
  • Use IaC for reproducible provisioning and versioning.
  • Implement cost alerts and budget limits.
  • Secure resources via central identity and access control.

I/O & resources

  • Architectural requirements and scaling profiles
  • Security and compliance policies
  • Budget and cost constraints
  • Provisioned virtual machines and storage volumes
  • Network and security configurations
  • Logs on usage, billing and performance

Description

Infrastructure-as-a-Service (IaaS) is a foundational cloud computing model that delivers virtualized compute, storage and networking resources on demand. It lets teams rent infrastructure instead of owning it, lowering capital expenditure and speeding provisioning. Common concerns include abstraction level, multi-tenancy, billing models and self-service APIs. Use cases span dev environments to scalable production.

  • Faster provisioning of infrastructure without physical procurement.
  • Reduce capital expenditure via usage-based billing.
  • Scalability and elasticity for variable load profiles.

  • Reduced control over physical infrastructure.
  • Risk of lock-in due to proprietary APIs and services.
  • Network latency and limited hardware specialization possible.

  • Cost per hour/instance

    Monetary cost to operate a VM or resource per hour.

  • Provisioning time

    Time from initiating provisioning to resource availability.

  • Utilization and resource efficiency

    Ratio of used capacity to provisioned capacity.

OpenStack as open-source IaaS

OpenStack provides compute, storage and networking components to operate IaaS in private or public clouds.

AWS EC2 for scalable VM provisioning

Amazon EC2 is a widespread IaaS offering providing flexible VM types, auto-scaling and usage-based billing.

Azure Virtual Machines for hybrid scenarios

Azure VMs enable IaaS deployments with integration to PaaS services and hybrid networking requirements.

1

Gather requirements and define governance.

2

Select provider and design reference architecture.

3

Create, test and automate IaC templates.

4

Implement monitoring, backups and cost controls.

⚠️ Technical debt & bottlenecks

  • Manual configurations in provider console instead of versioned IaC templates.
  • Hardcoded network routes and dependencies between VMs.
  • Missing automated tests for infrastructure changes.
Network latencyProvider dependencyLimited hardware customization
  • Running production directly in default networks without security zones.
  • Leaving unused instances running permanently causing costs.
  • Performing complex configurations manually in the console instead of automating.
  • Unclear responsibility between provider and customer (shared responsibility).
  • Overestimating immediate cost benefits without holistic view.
  • Neglecting access controls during rapid provisioning.
Cloud architecture and networking basicsSecurity and identity managementInfrastructure-as-Code and automation
Elasticity and scalabilityAutomatability and self-serviceCost and resource optimization
  • Regulatory requirements for data locality
  • Provider contractual SLA terms
  • Network bandwidth and topology