From 9a27ae535d06742e7b19e8e8af9797c9a6eb722e Mon Sep 17 00:00:00 2001 From: Tomi Toma <75096265+ttoma00@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:49:15 +0200 Subject: [PATCH] proposal demo week 5 (#2458) Demo Proposal week 5 --- .../demo/week5/emilsjol-ttoma/README.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 contributions/demo/week5/emilsjol-ttoma/README.md diff --git a/contributions/demo/week5/emilsjol-ttoma/README.md b/contributions/demo/week5/emilsjol-ttoma/README.md new file mode 100644 index 0000000000..717dab1e63 --- /dev/null +++ b/contributions/demo/week5/emilsjol-ttoma/README.md @@ -0,0 +1,25 @@ +# Assignment Proposal + +## Title +Terraform - Using infrastructre as code in DevOps + +## Names and KTH ID + + - Student Tomi Toma (ttoma@kth.se) + - Student Emil Sjölander (emilsjol@kth.se) + +## Deadline + +Week 5 + +## Category + +Demo + +## Description + +We are going to demonstrate using Terraform for infracture as code to automate cloud infracture provisioning in aws or azure. We will show examples of how to deploy and mange aws or azure servers using terraform. We will demonstrate why terraform is efficent compared to other methods. + +**Relevance** + +In DevOps it is essential that deploymens are done fast, reliable and consistent, Terraform is a popular tool which is used to manage infracture as code and allows the developers to define how they want their infracture set up via a config file and then deploy it to the cloud service. This reduces manual errors and makes it easier to scale and maintain the infracture.