๐ Resources
Terraform core concepts and official docs:
https://developer.hashicorp.com/terraform/docs
Terraform AWS Provider (used in this week's lab):
https://registry.terraform.io/providers/hashicorp/aws/latest
terraform-aws-ec2-instance module โ reusable, scoped community pattern:
https://github.com/terraform-aws-modules/terraform-aws-ec2-instance
pvarentsov/terraform-aws-free-tier โ reference repo for the lab's extension step:
https://github.com/pvarentsov/terraform-aws-free-tier
Local-cluster alternative: terraform-provider-kind docs (
https://github.com/tehcyx/terraform-provider-kind
) and a walkthrough (
https://ruan.dev/blog/2024/04/07/using-terraform-to-deploy-kind-kubernetes-clusters
)
Week 14 ยท CI/CD for ML with GitHub Actions