What is Infrastructure as Code (IaC)?
Managing computing infrastructure with code instead of manual setup — the AWS definition.
What it means
AWS defines Infrastructure as Code (IaC) as "the ability to provision and support your computing infrastructure using code instead of manual processes and settings."
IaC (with tools such as Terraform or AWS CloudFormation) is a core practice in DevOps and cloud engineering — it makes infrastructure repeatable and reviewable like software.
Definitional only.
Sources
- Amazon Web Services — What is Infrastructure as Code (IaC)?: https://aws.amazon.com/what-is/iac/
Citation Ledger
| ID | Supports | Evidence | Source |
|---|---|---|---|
| CIT-01 | AWS — what is Infrastructure as Code | Official source page | Amazon Web Services — What is Infrastructure as Code (IaC)? |