Infrastructure as Code (IaC)
noun
Definition
- 1.The practice of managing and provisioning computing infrastructure through machine-readable definition files, rather than physical hardware configuration.
Example
CloudFormation templates are used to automate the setup of AWS resources for a machine learning project.

