GCP ACE · Question 29 · Domain 3.5: Deploying and implementing networking resources
You are setting up a new Google Cloud environment and need to create a Virtual Private Cloud (VPC). You want full control over the IP address ranges used in your subnets and do not want Google to automatically create subnets in every region.
Which command should you use to create the VPC?
Answer options:
gcloud compute networks create my-vpc --subnet-mode=auto
gcloud compute networks create my-vpc --subnet-mode=custom
gcloud compute vpc create my-vpc --type=custom
gcloud networks create my-vpc --mode=manual
50 questions · hints · full answers · grading