-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Martin Lindefors <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
# Week 5 | ||
|
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,26 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
Comparing the differential mechanisms of declarative Terraform and imperative AWS infrastructure as code. | ||
|
||
## Names and KTH ID | ||
|
||
- Hampus Hallkvist ([email protected]) | ||
- Martin Lindefors ([email protected]) | ||
|
||
## Deadline | ||
|
||
- Week 5 | ||
|
||
## Category | ||
|
||
- Presentation | ||
|
||
## Description | ||
|
||
In this presentation we aim to dive deep into the differences between declaring infrastructure as imperative and declarative, discuss the benefits and drawbacks of the very common tool terraform and compare it to AWS SDK. During the presentation we will have two examples set up side by side. | ||
|
||
**Relevance** | ||
|
||
While it is widely accepted that infrastructure as code is necessary to some extent there are many approaches. Better understanding the pros/cons of the structurally different approaches is necessary to make an informed decision. |