Infrastructure as Code (IaC)

  • Automation value: Manually configuring servers and networks is slow and error-prone. IaC makes infrastructure configuration repeatable, version-controlled (e.g., with Git), and more secure.
  • Tools: This course primarily uses Terraform. Other common tools include Puppet, Chef, and Ansible