andersch.dev

<2025-03-26 Wed>
[ devops ]

Infrastructure as Code (IaC)

Infrastructure as Code (IaC) describes the approach of managing and provisioning IT infrastructure through machine-readable configuration files, as opposed to using interactive configuration tools (e.g. shell commands or GUIs). It allows for automated deployment using code, which enables more scalability.

Examples include Ansible, Terraform and AWS CloudFormation.