GCP ACE · Question 29 · Domain 3.5: Deploying and implementing networking resources
You are creating a new Virtual Private Cloud (VPC) network for your organization. You want complete control over the IP address ranges used in every region, and you do not want GCP to automatically create any subnets for you.
Which gcloud 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=manual
gcloud compute networks create my-vpc --no-subnets
50 questions · hints · full answers · grading