Skip to content

TestPage

devopswithcloud edited this page Feb 27, 2022 · 3 revisions

Test Page

This is the test page for GCP

IAM

Network

CLI Commands

  1. Compute
gcloud compute instances create vm-prevm --preemptible --zone us-central1-a

# List Preemptible vm's
gcloud compute instances list --filter="PREEMPTIBLE:true"

Clone this wiki locally