What should you do?

You have a Linux VM that must connect to Cloud SQL. You created a service account with the appropriate access rights. You want to make sure that the VM uses this service account instead of the default Compute Engine service account.

What should you do?
A . When creating the VM via the web console, specify the service account under the ‘Identity and API Access’ section.
B . Download a JSON Private Key for the service account. On the Project Metadata, add that JSON as the value for the key compute-engine-service-account.
C . Download a JSON Private Key for the service account. On the Custom Metadata of the VM, add that JSON as the value for the key compute-engine-service-account.
D . Download a JSON Private Key for the service account. After creating the VM, ssh into the VM and save the JSON under ~/.gcloud/compute-engine-service-account.json.

Answer: A

Explanation:

Reference: https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments