Also known as: Infrastructure As Code (IaC) · IaC · Infrastructure As Code IaC
Infrastructure as Code, или IaC, — практика определения и управления вычислительной инфраструктурой с помощью машиночитаемых конфигурационных файлов или кода. Она поддерживает повторяемое развертывание ресурсов, контроль версий, автоматизацию, аудируемость и более согласованные среды развертывания.
Infrastructure as Code. An approach to manage IT infrastructure where teams can manage and provision services through code. With IaC, configuration files are created that contain the infrastructure specifications, which makes it easier to create and edit infrastructure at scale.