
Ultimate access to all questions.
After installing the Google Cloud CLI on your new corporate laptop, you need to ensure that you are properly authenticated and that the correct project is set before listing your company's existing instances on Google Cloud. What steps must you take prior to running the gcloud compute instances list command? (Choose two.)
A
Run gcloud auth login, enter your login credentials in the dialog window, and paste the received login token to gcloud CLI.
B
Create a Google Cloud service account, and download the service account key. Place the key file in a folder on your machine where gcloud CLI can find it.
C
Download your Cloud Identity user account key. Place the key file in a folder on your machine where gcloud CLI can find it.
D
Run gcloud config set compute/zone $my_zone to set the default zone for gcloud CLI._
E
Run gcloud config set project $my_project to set the default project for gcloud CLI._