From c61a8e96c187984cb67a686c51fb3c62f4c8c409 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:27:59 +0000 Subject: [PATCH] Resources added for Infrastructure as Code (#2498) Co-authored-by: Kamran Ahmed --- .../100-infrastructure-as-code.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md b/content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md index 532bf5ad3..1035583f3 100644 --- a/content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md +++ b/content/roadmaps/114-software-architect/content/115-operations-knowledge/100-infrastructure-as-code.md @@ -1,8 +1,12 @@ # Infrastructure as Code -Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through manual processes. +Sometimes referred to as IaC, this section refers to the techniques and tools used to define infrastructure, typically in a markup language like YAML or JSON. Infrastructure as code allows DevOps Engineers to use the same workflows used by software developers to version, roll back, and otherwise manage changes. -With IaC, configuration files are created that contain your infrastructure specifications, which makes it easier to edit and distribute configurations. It also ensures that you provision the same environment every time. By codifying and documenting your configuration specifications, IaC aids [configuration management](https://www.redhat.com/en/topics/automation/what-is-configuration-management) and helps you to avoid undocumented, ad-hoc configuration changes. +The term Infrastructure as Code encompasses everything from bootstrapping to configuration to orchestration, and it is considered a best practice in the industry to manage all infrastructure as code. This technique precipitated the explosion in system complexity seen in modern DevOps organizations. -What is infrastructure as code +Free Content +What is Infrastructure as Code? +What is Infrastructure as Code? Difference of Infrastructure as Code Tools Video introduction to infrastructure as code +GUIs, CLI, APIs: Learn Basic Terms of Infrastructure-as-Code +What is infrastructure as code \ No newline at end of file