IaC
tags :
Summary #
Infrastructure as code is a practice in which infrastructure is provisioned and managed using code and software development techniques, such as version control and . *The cloud’s API-driven model enables developers and system administrators to interact with infrastructure programmatically, and at scale, instead of needing to manually set up and configure resources. Thus, engineers can interface with infrastructure using code-based tools and treat infrastructure in a manner similar to how they treat application code. Because they are defined by code, infrastructure and servers can quickly be deployed using standardized patterns, updated with the latest patches and versions, or duplicated in repeatable ways.



s used to implement #
Infrastructure as Code
OCR of Images #
2023-10-23_17-31-44_screenshot.png #

Types of IAC Tools Configuration Management Server Templating Provisioning Tools HashiCorp Terraform docker ANSIBLE - HashiCorp Packer - puppet 11 I - - - CloudFormation SALTSTACK HashiCorp Vagrant
2023-10-23_17-32-53_screenshot.png #

Types of IAC Tools Configuration Management Designed to Install and Manage Software Maintains Standard Structure ANSIBLE Version Control puppet Idempotent SALTSTACK
2023-10-23_17-34-01_screenshot.png #

Provisioning Tools Deploy Immutable Infrastructure resources Servers, Databases, Network Components etc. HashiCorp Terraform Multiple Providers - - - CloudFormation