Skip to content

zipline-ai/infrastructure

Repository files navigation

Infrastructure

Configuration to Initialize Zipline Infrastructure

We are using OpenTofu to manage the infrastructure

Requirements

To work with this repo you'll need a few tools installed on your laptop.

  • Install asdf
  • asdf plugin add asdf-plugin-manager
  • asdf install asdf-plugin-manager latest
  • asdf-plugin-manager add-all (see .plugin-versions for required plugins)
  • asdf-plugin-manager update-all
  • asdf install (see .tool-versions for required applications)

Zipline on GCP Steps

Initialize to gcloud and select the project you want to use

  • gcloud auth application-default login
  • gcloud init

Enter the zipline-gcp directory and initialize the infrastructure

  • cd zipline-gcp
  • tofu init
  • tofu apply Fill in your company name as the customer_name variable and select the region you want to deploy to.

Zipline on AWS Steps

Initialize to and select the project you want to use

  • aws configure sso

Enter the AWS orchestration wrapper directory and initialize the infrastructure

  • cd aws/zipline-orchestration
  • ../../pull_crucible_config.sh aws
  • tofu init -reconfigure -backend-config=backend.hcl
  • tofu apply Fill in your company name as the customer_name variable and select the region you want to deploy to.

About

Configuration to Initialize Zipline Infrastructure

Resources

Stars

0 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors