-
Notifications
You must be signed in to change notification settings - Fork 12
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
Showing
1 changed file
with
10 additions
and
7 deletions.
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,13 +1,16 @@ | ||
| # Training | ||
|
|
||
| 1. [Suggested Curriculum](cloud-training-curriculum.md) | ||
| Here is a [suggested curriculum](cloud-training-curriculum.md) for learning about cloud at various skill and expertise levels. | ||
|
|
||
| 1. [aws](aws/) | ||
| Training recommendations for foundational AWS knowledge. | ||
| # Categories | ||
|
|
||
| 1. [git](git/) | ||
| Git training for understanding use and workflows we employ. | ||
| Each subsection below contains topics and links to freely available training, reading materials, and other resources to | ||
| aid in understanding cloud and how we implement it. | ||
|
|
||
| 1. [terraform](terraform/) | ||
| Learning options for Terraform. | ||
| * [aws](aws/) | ||
| * Training recommendations for foundational AWS knowledge. | ||
| * [git](git/) | ||
| * Git training for understanding use and workflows we employ. | ||
| * [terraform](terraform/) | ||
| * Learning options for Terraform. | ||
|
|