🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

DevOps Intermediate

What is Infrastructure as Code (IaC)?

The practice of managing infrastructure through machine-readable configuration files rather than manual processes.

IaC treats infrastructure configuration as software — versioned, reviewed, and automated. This ensures consistency, repeatability, and reduces human error. Changes are tracked in version control.

Popular tools include Terraform (multi-cloud), AWS CloudFormation, Ansible (configuration management), Puppet, and Chef. IaC enables disaster recovery by rebuilding infrastructure from code.

Related Terms

Containerization
A lightweight virtualization method that packages applications with their dependencies into isolated, portable containers.
SRE (Site Reliability Engineering)
An engineering discipline that applies software engineering principles to infrastructure and operations to create reliable systems.
Kubernetes
An open-source container orchestration platform that automates deploying, scaling, and managing containerized applications.
Observability
The ability to understand a system's internal state from its external outputs through metrics, logs, and traces.
Docker
A platform for building, shipping, and running applications in lightweight, isolated containers.
Service Mesh
An infrastructure layer that handles service-to-service communication, providing load balancing, encryption, and observability.
View All DevOps Terms →