Question 183 of 284
Single answerYou 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?
ACreate the instance with the default Compute Engine service account. Grant the service account permissions on Cloud Storage.
BCreate 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.
✓CCreate a new service account and assign this service account to the new instance. Grant the service account permissions on Cloud Storage.
DCreate 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.
✓
Correct Answer: C
Create a new service account and assign this service account to the new instance. Grant the service account permissions on Cloud Storage.
▥
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.