Add basic infra management learning objectives#80
Open
mbarrin wants to merge 1 commit intoCodeYourFuture:mainfrom
Open
Add basic infra management learning objectives#80mbarrin wants to merge 1 commit intoCodeYourFuture:mainfrom
mbarrin wants to merge 1 commit intoCodeYourFuture:mainfrom
Conversation
SallyMcGrath
requested changes
Jan 2, 2023
Member
SallyMcGrath
left a comment
There was a problem hiding this comment.
Ooh just noticed this! Hurray!!
|
|
||
| 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 |
Member
There was a problem hiding this comment.
Suggested change
| Timebox: X days | |
| Timebox: 3 days |
X days? 😉
| Learning objectives: | ||
|
|
||
| - Create an autoscaling group, security group, load balancer in Terraform | ||
| - Understand how Terraform handles state and fixes discrepancies |
Member
There was a problem hiding this comment.
Suggested change
| - Understand how Terraform handles state and fixes discrepancies | |
| - Handle state with Terraform state files on a remote backend | |
| - Fix state discrepancies with Terraform state locking |
Instead of saying "understand", let's concretise this by listing steps the learner will take to understand. (The state locking is just a guess. I don't know what this project entails.)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Learners, PR Template
Self checklist
NA
Description
Add the start of some learning objectives for a project to get learners familiar with Terraform and infrastructure management.
Change list
NA
Rationale, briefly
The goal of this PR is to provide the basics for a sprint project that teaches learners about Terraform
@mentions, #links
View rendered infrastructure-management/README.md