Infrastructure as Code (IAC)
Infrastructure as code (IaC) is a method of managing and provisioning IT infrastructure through the use of code and automation. Instead of manually configuring and provisioning servers, storage, and other resources, IaC allows you to define and manage your infrastructure using code, in the same way you would manage application code. This allows for greater consistency, repeatability, and scalability, as well as easier collaboration and version control.