-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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 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. |