An open API service indexing awesome lists of open source software.

https://github.com/iterative/blog-tpi-bees

Terraform Provider Iterative + ML data & code -> AWS/Azure/GCP/K8s
https://github.com/iterative/blog-tpi-bees

aws azure blog cloud demo example gcp gpu k8s keras tensorflow terraform terraform-provider

Last synced: 5 months ago
JSON representation

Terraform Provider Iterative + ML data & code -> AWS/Azure/GCP/K8s

Awesome Lists containing this project

README

          

An example of setting up remote cloud environment for training a machine learning model using [Terraform Provider Iterative](https://github.com/iterative/terraform-provider-iterative).

See the blog post at for a full explanation.

The `main.tf` file contains two different tasks:

1. basic scenario for running a script remotely, and
2. training a model on a GPU device

To run this tutorial, make sure to have a cloud account (AWS, Azure, GCP, or K8s) with [authentication credentials stored as environment variables](https://registry.terraform.io/providers/iterative/iterative/latest/docs/guides/authentication).

1. [Install Terraform](https://www.terraform.io/downloads)
2. `terraform init`: setup dependencies
3. `terraform apply`: provision cloud infrastructure & upload task
4. `terraform refresh && terraform show`: check status
5. `terraform destroy`: download results and terminate cloud infrastructure

![](https://github.com/iterative/dvc.org/raw/master/static/uploads/images/2022-05-12/header-bees.png)