Question 176 of 284
Single answerYou will have several applications running on different Compute Engine instances in the same project. You want to specify at a more granular level the service account each instance uses when calling Google Cloud APIs. What should you do?
✓AWhen creating the instances, specify a Service Account for each instance.
BWhen creating the instances, assign the name of each Service Account as instance metadata.
CAfter starting the instances, use gcloud compute instances update to specify a Service Account for each instance.
DAfter starting the instances, use gcloud compute instances update to assign the name of the relevant Service Account as instance metadata.
✓
Correct Answer: A
When creating the instances, specify a Service Account for each instance.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.