Private Cloud
Hosting W&B Server on your private cloud.
A W&B Server running in a scalable deployment on your private AWS or GCP infrastructure, in your chosen region, and connected to a scalable data store. The environment can be provisioned by us or by your company, using a toolset comprised of Terraform and Kubernetes.
A private cloud deployment requires the following cloud resources in your account:
- A Kubernetes cluster (EKS or GKE)
- A SQL database (RDS, Google Cloud SQL, or Azure MySQL)
- A object store (S3, GCS, or Azure Blob Store)
The simplest way to configure W&B within AWS is to use our official Terraform. Detailed instructions can be found in the README. If instead you want to configure services manually you can find instructions here.
The simplest way to configure W&B within Azure is to use our official Terraform. Detailed instructions can be found in the README. If instead you want to configure services manually you can find instructions here.
The simplest way to configure W&B within GCP is to use our official Terraform. Detailed instructions can be found in the README. If instead you want to configure services manually you can find instructions here.
Last modified 4mo ago