🎁 New User? Get 20% off your first purchase with code NEWUSER20 · ⚡ Instant download · 🔒 Secure checkout Register Now →
Menu

Categories

DevOps Advanced

What is Immutable Infrastructure?

An approach where servers are never modified after deployment — changes require building and deploying entirely new server instances.

With immutable infrastructure, servers are replaced rather than updated. New code or configuration changes mean building a new image, deploying new instances, and destroying old ones. This eliminates configuration drift and "snowflake" servers.

Benefits include consistency (every server is identical), easy rollback (deploy previous image), and reproducibility. Technologies include machine images (AMIs), containers (Docker), and infrastructure as code. Combined with blue-green deployments for zero-downtime updates.

Related Terms

Ansible
An agentless automation tool for configuration management, application deployment, and task automation using YAML playbooks.
Environment Variable
A dynamic value stored outside the application code that configures behavior without hardcoding sensitive or environment-specific data.
Log Aggregation
The process of collecting, centralizing, and indexing log data from multiple sources for unified search and analysis.
Prometheus
An open-source monitoring and alerting toolkit that collects time-series metrics using a pull-based model.
Vault
A tool by HashiCorp for securely managing secrets, encryption keys, and certificates with dynamic secret generation.
Git
A distributed version control system that tracks changes in source code during software development.
View All DevOps Terms →