Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week5: Presentation proposal #2384

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions contributions/presentation/week5/edarth-inigoaa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

# Assignment Proposal

## Title

Terraform: Managing Infrastructure as it were Code

## Names and KTH ID

- Elliot Darth ([email protected])
- Íñigo Aréjula Aísa ([email protected])

## 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 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 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 to the DevOps workflow even with the infrastructure, helping us create a scalable and maintainable infrastructure.
Loading