🎁 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

YAML
A human-readable data serialization language commonly used for configuration files in DevOps tools and applications.
Jenkins
An open-source automation server for building, testing, and deploying software through configurable CI/CD pipelines.
Runbook
A documented set of standardized procedures for handling routine operations and incident response in production systems.
Vault
A tool by HashiCorp for securely managing secrets, encryption keys, and certificates with dynamic secret generation.
Incident Management
The process of detecting, responding to, and resolving service disruptions to minimize impact and restore normal operations.
API Gateway
A server that acts as the single entry point for API requests, handling routing, authentication, rate limiting, and monitoring.
View All DevOps Terms →