Skip to main content

Deploy Anyscale on Google Compute Engine (GCE)

1. Install Anyscale's python client package

pip install -U "anyscale[gcp]"
anyscale login # authenticate

2. Configure your Cloud Provider account

  • Prepare a Google Cloud project for Anyscale to use.
  • Follow the Google Cloud instructions on installing gcloud CLI if you haven't.
note

Before you continue to the next step, make sure your GCP credentials have the following permissions (learn more):

  • Has owner role on the GCP project you want Anyscale to use

3. Create your Anyscale Cloud

Run the following command to create an Anyscale Cloud with the default configuration.

anyscale cloud setup

If you wish to use Terraform or customize other settings like VPC, follow these instructions in the documentation.

4. Verify your Anyscale Cloud

Run the following command to verify that your newly created Anyscale Cloud is fully functional and ready to use.

anyscale cloud verify --name <your_cloud_name>