Skip to content

Module 1: Infrastructure & Prerequisites

Build your dev environment with Git, Docker, AWS, and Terraform

Quick Start

  1. Read the conceptual guides in this folder
  2. Practice with labs in ../../module-01/
Learn:  docs/module-01/         →  Theory and concepts
Do:     module-01/git/          →  Git for teams practice
        module-01/terraform/    →  Hands-on Terraform practice
        module-01/aws/          →  AWS service practice with LocalStack

Learning Objectives

By the end of this module, you will be able to:

  • Use Git effectively for team collaboration
  • Understand containerization concepts and Docker fundamentals
  • Understand AWS core services for ML workloads
  • Implement Infrastructure as Code using Terraform
  • Practice AWS services locally using LocalStack

Study Path

Step 1: Git for Teams

Read:

Branching Strategies:

Team Collaboration:

Practice:

Step 2: AWS Cloud Services

Domain-based learning (CLF-C02):

Domain 1: Cloud Concepts (26%)

Domain 2: Security & Compliance (25%)

Domain 3: Core Services (33%)

Domain 4: Migration & Optimization (16%)

LocalStack Practice:

Step 3: Terraform Infrastructure as Code

Read:

Practice:

Step 4: Kubernetes for MLOps

Read:

Core Objects:

Workloads:

Storage & Configuration:

Advanced Topics:

Practice:

Prerequisites

  • Git installed (Download)
  • GitHub/GitLab/Bitbucket account (for team practice)
  • Docker Desktop installed (Download)
  • AWS Account (Free Tier) - optional, can use LocalStack
  • Terraform installed (Download)
  • AWS CLI configured (for LocalStack practice)

Additional Resources

External References

Internal Documentation

Next Steps

After completing this module:

  1. Practice Git workflows with team scenarios in module-01/git/
  2. Review all AWS service guides in this folder
  3. Complete all Terraform exercises in terraform/exercises.md
  4. Practice with LocalStack until comfortable with AWS CLI
  5. Return to Main Study Guide

Module Overview: ../../module-01/

Released under the MIT License.