From b3f8e4028180ad78cabc31fb1a2a2ef9fcef5446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Ar=C3=A9jula=20A=C3=ADsa?= Date: Fri, 30 Aug 2024 10:56:58 +0200 Subject: [PATCH 1/2] Week5: Presentation proposal --- .../presentation/week5/edarth-inigoaa.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 contributions/presentation/week5/edarth-inigoaa.md diff --git a/contributions/presentation/week5/edarth-inigoaa.md b/contributions/presentation/week5/edarth-inigoaa.md new file mode 100644 index 0000000000..9adf1e299c --- /dev/null +++ b/contributions/presentation/week5/edarth-inigoaa.md @@ -0,0 +1,27 @@ +# Assignment Proposal + +## Title + +Terraform: Managing Infrastructure as it were Code + +## Names and KTH ID + + - Elliot Darth (edarth@kth.se) + - Íñigo Aréjula Aísa (inigoaa@kth.se) + +## Deadline + +- Week 5 + +## Category + +- Presentation + +## Description +In our presentation we will explain how to deploy cloud infrastructure efficiently using Terraform. We will give an overview of the total, explaining how things were done in the past ans how terraform improve this process for modern development. We will also show some examples of how to deploy cloud infrastructure using Terraform. + +**Relevance** + +In the cloud native environment it is not require any more to manage your own servers manually. Developers are creating new tools that allows you to simplify this task. Terraform is one of the most popular tools for managing infrastructure as code. It allows you to define your infrastructure in a configuration file and then deploy it to the cloud. This is a very powerful tool that allows you to automate the deployment of your infrastructure. + +This technology allows us to adopt easily the DevOps workflow even with the infrastructure, helping us create a scalable and maintainable infrastructure. From d1341fd7421575be64751f4acd724d2574adbe0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Ar=C3=A9jula=20A=C3=ADsa?= Date: Fri, 30 Aug 2024 11:00:34 +0200 Subject: [PATCH 2/2] typo: fix typos --- contributions/presentation/week5/edarth-inigoaa.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contributions/presentation/week5/edarth-inigoaa.md b/contributions/presentation/week5/edarth-inigoaa.md index 9adf1e299c..05c9e1b2eb 100644 --- a/contributions/presentation/week5/edarth-inigoaa.md +++ b/contributions/presentation/week5/edarth-inigoaa.md @@ -1,3 +1,4 @@ + # Assignment Proposal ## Title @@ -18,10 +19,10 @@ Terraform: Managing Infrastructure as it were Code - Presentation ## Description -In our presentation we will explain how to deploy cloud infrastructure efficiently using Terraform. We will give an overview of the total, explaining how things were done in the past ans how terraform improve this process for modern development. We will also show some examples of how to deploy cloud infrastructure using Terraform. +In our presentation, we will explain how to deploy cloud infrastructure efficiently using Terraform. We will give an overview of the total, explaining how things were done in the past and how Terraform improved this process for modern development. We will also show some examples of how to deploy cloud infrastructure using Terraform. **Relevance** -In the cloud native environment it is not require any more to manage your own servers manually. Developers are creating new tools that allows you to simplify this task. Terraform is one of the most popular tools for managing infrastructure as code. It allows you to define your infrastructure in a configuration file and then deploy it to the cloud. This is a very powerful tool that allows you to automate the deployment of your infrastructure. +In the cloud-native environment, it is not required any more to manage your servers manually. Developers are creating new tools that allow you to simplify this task. Terraform is one of the most popular tools for managing infrastructure as code. It allows you to define your infrastructure in a configuration file and then deploy it to the cloud. This is a very powerful tool that allows you to automate the deployment of your infrastructure. -This technology allows us to adopt easily the DevOps workflow even with the infrastructure, helping us create a scalable and maintainable infrastructure. +This technology allows us to adopt easily to the DevOps workflow even with the infrastructure, helping us create a scalable and maintainable infrastructure.