From 32b6d27dc3aec893c6c3293481d0d978bd84a769 Mon Sep 17 00:00:00 2001 From: Esoterydactyl Date: Fri, 5 Aug 2022 08:42:30 -0400 Subject: [PATCH] Update Infrastructure as Code (#1383) * Update readme.md * Update content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md Co-authored-by: Kamran Ahmed --- .../content/105-infrastructure-as-code/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md index f22c24885..d3656afcf 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/readme.md @@ -1 +1,9 @@ -# Infrastructure as code \ No newline at end of file +# Infrastructure as Code + +Sometimes referred to as IaaC, 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. + +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. + +Free Content +What is Infrastructure as Code? +What is Infrastructure as Code? Difference of Infrastructure as Code Tools