Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To create a Compute Engine instance, you must first set up a new project within Google Cloud Platform (GCP), as the project where the instance will reside does not currently exist. What steps should you take to achieve this?
A
Using the Cloud SDK, create a new project, enable the Compute Engine API in that project, and then create the instance specifying your new project.
B
Enable the Compute Engine API in the Cloud Console, use the Cloud SDK to create the instance, and then use the --project flag to specify a new project.
C
Using the Cloud SDK, create the new instance, and use the --project flag to specify the new project. Answer yes when prompted by Cloud SDK to enable the Compute Engine API.
D
Enable the Compute Engine API in the Cloud Console. Go to the Compute Engine section of the Console to create a new instance, and look for the Create In A New Project option in the creation form.