GCP Setup Scripts & Guidance¶
Place provisioning helpers in the repository under /scripts.
Minimal Required APIs¶
aiplatform.googleapis.comalloydb.googleapis.com(orsqladmin.googleapis.comfor Cloud SQL)bigquery.googleapis.comcloudbuild.googleapis.comsecretmanager.googleapis.com
Recommended First Steps for Students¶
- Create a dedicated GCP project (or use a sandbox).
- Enable the APIs above.
- Create a service account with least-privilege roles for the labs.
- Run the provided bootstrap script (to be added) that creates a Vector Search index placeholder and an AlloyDB instance (or documents the manual steps).
Detailed scripts will be populated as labs are finalized.