Infrastructure as Code (IaC): the core idea
IaC defines cloud infrastructure in machine-readable files, so you can deploy the same environment repeatedly. Infrastructure described as files (templates/definitions). Replace 'portal clicks' with repeatable deployments. Fewer surprises between dev, test, and prod.

