-
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.
- Loading branch information
1 parent
7ca38a7
commit 9304b55
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
contributions/presentation/week5/khoraman-eggestig/README.md
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 | ||
|
||
Cost Optimization with Infrastructure as Code | ||
|
||
## Names and KTH ID | ||
|
||
- Sina Khoraman ([email protected]) | ||
- Robin Eggestig ([email protected]) | ||
|
||
## Deadline | ||
|
||
- Week 5 | ||
|
||
## Category | ||
|
||
- Presentation | ||
|
||
## Description | ||
|
||
The presentation explores how DevOps teams can leverage Infrastructure as Code (IaC) practices to effectively manage cloud resources and reduce operational costs. It covers strategies for automating infrastructure provisioning, scaling, and decommissioning, ensuring that resources are only consumed when needed. The presentation emphasizes using IaC tools like Terraform to track, audit, and optimize costs in cloud environments by defining resource configurations programmatically. | ||
|
||
**Relevance** | ||
|
||
This topic is highly relevant to the DevOps course because it integrates essential concepts of automation, cloud infrastructure management, and operational efficiency. By understanding cost optimization through IaC, students can apply DevOps principles like continuous delivery, scalability, and resource management to real-world scenarios, ensuring that both performance and cost efficiency are balanced in the systems they develop and maintain. |