From b8c09642a98521fea84d73da3fc6bbc5975c3b51 Mon Sep 17 00:00:00 2001 From: Matthew Barrington Date: Wed, 23 Nov 2022 11:31:53 +0000 Subject: [PATCH] Add basic infra management learning objectives --- infrastructure-management/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 infrastructure-management/README.md diff --git a/infrastructure-management/README.md b/infrastructure-management/README.md new file mode 100644 index 000000000..eb887eb4b --- /dev/null +++ b/infrastructure-management/README.md @@ -0,0 +1,11 @@ +# Infrastructure Management + +In this project, we will build the infrastructure to run a service in AWS. The infrastructure will be defined in code via Terraform. We will learn how to build, change and destroy our infra in a safe, reproducible way. + +Timebox: X days + +Learning objectives: + +- Create an autoscaling group, security group, load balancer in Terraform +- Understand how Terraform handles state and fixes discrepancies +- Make a change, deploy it, and then revert it