Skip to main content

Infrastructure as Code

Summary

  • Used for provisioning and managing cloud resources
  • Ex : Creating and provisioning a VM
  • Referring to all APIs used to deploy infrastructure
  • Declarative statements : the yaml configuration is a picture of the desired stage. Unlike CLI commands which are imperative and tells what to do : We can focus on how the infrastructure should be.

Tools