Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You've been given a blank Google Cloud Project with an attached Billing account to deploy an app using Compute Engine, Firewall, and Cloud Storage. What's the first step you should take in this project?
A
Use the gcloud CLI command gcloud services enable compute.googleapis.com to enable Compute Engine, and also use gcloud services enable storage-api.googleapis.com to activate the Cloud Storage APIs.
gcloud services enable compute.googleapis.com
gcloud services enable storage-api.googleapis.com
B
Launch the Google Cloud console and execute gcloud init --project in a Cloud Shell session.
gcloud init --project
C
Access the Google Cloud console and activate all available Google Cloud APIs via the API dashboard.
D
Utilize the gcloud CLI command gcloud services enable cloudresourcemanager.googleapis.com to activate all resources.
gcloud services enable cloudresourcemanager.googleapis.com