Infrastructure as Code (IaC) Process
(Redirected from infrastructure as code)
Jump to navigation
Jump to search
An Infrastructure as Code (IaC) Process is a software-based process for managing and provisioning computer data centers.
- Context:
- It can (often) be based on an IaC Platform.
- ...
- Example(s):
- one at organization X.
- …
- See: Infrastructure as a Service, Data Center, Bare-Metal Server, Virtual Machine, Infrastructure, Version Control System, Cloud Computing, Terraform Software.
References
2022
- (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/infrastructure_as_code Retrieved:2022-4-4.
- Infrastructure as code (IaC) is the process of managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools.[1]
The IT infrastructure managed by this process comprises both physical equipment, such as bare-metal servers, as well as virtual machines, and associated configuration resources.
The definitions may be in a version control system.
The code in the definition files may use either scripts or declarative definitions, rather than maintaining the code through manual processes, but IaC more often employs declarative approaches.
- Infrastructure as code (IaC) is the process of managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools.[1]
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedAWS in Action, IaC