Files
nexus/wiki/concepts/IaC.md
2026-04-16 17:30:41 +08:00

842 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
IaC concept
devops
infrastructure
automation
cloud-devop-maturity-guideline
DevOps-Culture-and-Transformation
2026-04-16

Definition

IaCInfrastructure as Code基础设施即代码是一种通过代码和版本控制管理基础设施的方法替代手动配置和交互式界面操作。

Key Benefits

  • 可重复性:相同配置可多次部署
  • 可版本化:配置变更可追溯
  • 可测试性:基础设施变更可自动化测试
  • 一致性:消除人工配置差异

Key Tools

  • Terraform:声明式 IaC 工具
  • Ansible:命令式配置管理
  • AWS CloudFormation仅在另一源文件中提及

Connections