Devops

What is "infrastructure as code"? What implementation of IAC are you familiar with?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

IAC (infrastructure as code) is a declarative approach of defining infrastructure or architecture of a system. Some implementations are ARM templates for Azure and Terraform that can work across multiple cloud providers.