diff --git a/contributions/demo/week5/rikj-millear/README.md b/contributions/demo/week5/rikj-millear/README.md new file mode 100644 index 0000000000..bdc583949e --- /dev/null +++ b/contributions/demo/week5/rikj-millear/README.md @@ -0,0 +1,26 @@ +# Assignment Proposal + +## Title + +Infrastructure as code for dynamic deployments + +## Names and KTH ID + + - Rikard Johansson (rikj@kth.se) + - Mille af Rolén (millear@kth.se) + +## Deadline + +- Week 5 + +## Category + +- Scientific Paper + +## Description +Modern DevOps requires automation and flexibility to manage frequent infrastructure changes. Traditional Infrastructure as Code (IaC) tools are limited to static configurations, needing manual updates for dynamic behavior. Dynamic IaC (DIaC) overcomes this by enabling real-time, automatic infrastructure adjustments based on external signals. Our presentation will showcase the authors findings about DIaC in two practical cases and introduce ProTI, a testing tool for validating dynamic IaC programs. + + +**Relevance** + +This paper is relevant for DevOps teams seeking better automation and scalability. DIaC offers continuous adaptation for cloud infrastructures, while ProTI ensures correctness in complex dynamic environments.