๐ŸŽ 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

Service Mesh
An infrastructure layer that handles service-to-service communication, providing load balancing, encryption, and observability.
Infrastructure Drift
The divergence between the actual state of infrastructure and its defined desired state, caused by manual changes or untracked modifications.
ELK Stack
A popular log management platform combining Elasticsearch (search), Logstash (processing), and Kibana (visualization).
Microservices
An architectural style where an application is composed of small, independent services that communicate over APIs.
Git
A distributed version control system that tracks changes in source code during software development.
YAML
A human-readable data serialization language commonly used for configuration files in DevOps tools and applications.
View All DevOps Terms โ†’