
Ultimate access to all questions.
As the person responsible for deploying each new version of your app to Development and Test environments in GCP, which are located in separate GCP projects across different regions and zones, how would you deploy a Compute Engine instance to both environments using the command line interface?
A
gcloud config configurations activate [NAME] to switch between configurations and deploy Compute Engine instances with gcloud commands.B
gcloud configurations list.C
gcloud configurations activate [NAME]. 2. Start the Compute Engine instances by running gcloud config list.D
gcloud configurations activate [NAME]. 2. Start the Compute Engine instances by executing gcloud configurations list.