-
Notifications
You must be signed in to change notification settings - Fork 0
/
gcp_build
1 lines (1 loc) · 969 Bytes
/
gcp_build
1
gcloud beta compute --project=ite532test instances create instance-1 --zone=us-central1-a --machine-type=e2-micro --subnet=default --network-tier=PREMIUM --metadata=startup-script=curl\ -s\ https://tallmantim.github.io/ite532/ubuntu-install-script\ \|\ bash --no-restart-on-failure --maintenance-policy=TERMINATE --preemptible --service-account=327349936594-compute@developer.gserviceaccount.com --scopes=https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write,https://www.googleapis.com/auth/monitoring.write,https://www.googleapis.com/auth/servicecontrol,https://www.googleapis.com/auth/service.management.readonly,https://www.googleapis.com/auth/trace.append --image=ubuntu-minimal-1804-bionic-v20201111 --image-project=ubuntu-os-cloud --boot-disk-size=10GB --boot-disk-type=pd-standard --boot-disk-device-name=instance-1 --no-shielded-secure-boot --shielded-vtpm --shielded-integrity-monitoring --reservation-affinity=any