From 855cb0315052543b19a3c3ebe7020e8676ac0eaa Mon Sep 17 00:00:00 2001 From: Alan Cleary Date: Wed, 19 Feb 2025 14:47:42 -0700 Subject: [PATCH] Increased idle shutdown time from 30 to 60 minutes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 366d72f..42dad3e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ See the [Vertex AI Quickstart instructions](https://cloud.google.com/vertex-ai/d 4. Go to Vertex AI Workbench and create a new instance using "CREATE NEW" -> "ADVANCED OPTIONS" and use the following configurations: * Details:
 Region: us-east4
 Zone: us-east4-a
 Workbench type:
  Type: Instance * Environment:
 JupyterLab Version: JupyterLab 4.x - * Machine type:
 Series: N2
 Machine type: n2-standard-4
 Idle shutdown:
  Enable Idle Shutdown: Checked
  Time of inactivity before shutdown (Minutes): 30 + * Machine type:
 Series: N2
 Machine type: n2-standard-4
 Idle shutdown:
  Enable Idle Shutdown: Checked
  Time of inactivity before shutdown (Minutes): 60 * Disks: Use default settings * Networking:
 Assign external IP address: Checked
 Allow proxy access: Checked * IAM and security
 Security options:
  Root access to the instance: Checked
  File downloading: Checked
  Terminal access: Checked