Also known as: Infrastructure As Code (IaC) Β· IaC Β· Infrastructure As Code IaC
Infrastructure as Code, or IaC, is the practice of defining and managing computing infrastructure through machine-readable configuration files or code. It supports repeatable provisioning, version control, automation, auditability, and more consistent deployment environments.
Infrastructure as Code. An approach to manage IT infrastructure where teams can manage and provision services through code. With IaC, configuration files are created that contain the infrastructure specifications, which makes it easier to create and edit infrastructure at scale.