Topic 1 Question 176
You 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?
When creating the instances, specify a Service Account for each instance.
When creating the instances, assign the name of each Service Account as instance metadata.
After starting the instances, use gcloud compute instances update to specify a Service Account for each instance.
After starting the instances, use gcloud compute instances update to assign the name of the relevant Service Account as instance metadata.
ユーザの投票
コメント(14)
A .
👍 22GoCloud2021/05/03A, when you create an instance using the gcloud command-line tool or the Google Cloud Console, you can specify which service account the instance uses when calling Google Cloud APIs - https://cloud.google.com/compute/docs/access/service-accounts#associating_a_service_account_to_an_instance
👍 16JieHeng2021/06/26A is the answer
👍 4norrec92021/04/30
シャッフルモード