Topic 1 Question 183
You need to manage a third-party application that will run on a Compute Engine instance. Other Compute Engine instances are already running with default configuration. Application installation files are hosted on Cloud Storage. You need to access these files from the new instance without allowing other virtual machines (VMs) to access these files. What should you do?
Create the instance with the default Compute Engine service account. Grant the service account permissions on Cloud Storage.
Create the instance with the default Compute Engine service account. Add metadata to the objects on Cloud Storage that matches the metadata on the new instance.
Create a new service account and assign this service account to the new instance. Grant the service account permissions on Cloud Storage.
Create a new service account and assign this service account to the new instance. Add metadata to the objects on Cloud Storage that matches the metadata on the new instance.
ユーザの投票
コメント(10)
- 正解だと思う選択肢: C
C all the way. Restricts access to other VMs since they won’t have the new service account you have associated with your new VM
👍 4JelloMan2022/05/02 - 正解だと思う選択肢: C
"without allowing other instances" , the other instances are created with default compute engine service account. So you must create a new independant service account
👍 3VietmanOfficiel2022/08/24 - 正解だと思う選択肢: C
C, using Default account makes the storage visible to other machines
👍 2PAUGURU2022/04/26
シャッフルモード