๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout 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

Grafana
An open-source analytics and visualization platform for creating dashboards from various data sources.
Blue-Green Deployment
A deployment strategy using two identical environments where traffic is switched from the old version to the new one instantly.
GitOps
A practice where Git repositories serve as the single source of truth for both application code and infrastructure configuration.
Kubernetes ConfigMap
A Kubernetes object that stores non-sensitive configuration data as key-value pairs, injected into pods as environment variables or files.
API Gateway
A server that acts as the single entry point for API requests, handling routing, authentication, rate limiting, and monitoring.
Pipeline as Code
Defining CI/CD pipeline configurations as version-controlled code files rather than through UI-based pipeline builders.
View All DevOps Terms โ†’