
Ultimate access to all questions.
You are managing multiple applications operating on various Compute Engine instances within the same Google Cloud project. Your goal is to determine which service account each individual instance should use when making calls to Google Cloud APIs. How would you assign specific service accounts to each instance to achieve a more detailed and tailored level of control?
A
When creating the instances, specify a Service Account for each instance.
B
When creating the instances, assign the name of each Service Account as instance metadata.
C
After starting the instances, use gcloud compute instances update to specify a Service Account for each instance.
D
After starting the instances, use gcloud compute instances update to assign the name of the relevant Service Account as instance metadata.