CertNova
Menu
<- Back to glossary

Infrastructure as Code Principles

noun

Definition

  1. 1.Infrastructure as Code (IaC) is the practice of managing and provisioning computing infrastructure through machine-readable definition files, rather than physical hardware configuration.

Example

Using Terraform, a developer defines the infrastructure for a web application, allowing for consistent and repeatable deployments.

Related Exams