You want to configure an SSH connection to a single Compute Engine instance for users in the dev1 group. This instance is the only resource in this particular Google Cloud Platform project that the dev1 users should be able to connect to.
What should you do?
Show answer and explanation
Correct answer: A
Set enable-oslogin=true in the instance metadata, grant the dev1 group the compute.osLogin role for the instance, and have members connect through Cloud Shell. Instance-level OS Login activation and IAM scope confine SSH authorization to this VM. Shared private keys would weaken per-user control, and removing the VM service account would not grant users SSH access.