
Answer-first summary for fast verification
Answer: Enforce the disableRootAccesa and requireAutoUpgradeSchedule organization policies for newly deployed Instances.
The question requires ensuring newly deployed Vertex AI Workbench instances are automatically updated and users cannot accidentally alter OS settings. Option A is optimal because it directly addresses both requirements: the 'disableRootAccess' organization policy prevents users from accessing the root account, reducing the risk of accidental OS changes, and 'requireAutoUpgradeSchedule' enforces automatic OS updates. Community discussion supports A with the highest upvotes (3) and detailed reasoning, while B (VM Manager) focuses on patch management but doesn't explicitly prevent OS setting alterations. Option C (firewall rule) is irrelevant to OS updates or accidental changes, and D (role assignment) doesn't address the core requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your organization uses Vertex AI Workbench Instances. You need to ensure that all newly deployed instances are automatically updated and that users cannot accidentally modify the operating system settings. What should you do?
A
Enforce the disableRootAccesa and requireAutoUpgradeSchedule organization policies for newly deployed Instances.
B
Enable the VM Manager and ensure the corresponding Google Compute Engine instances are added.
C
Implement a firewall rule that prevents Secure Shell access to the corresponding Google Compute Engine instances by using tags.
D
Assign the AI Notebooks Runner and AI Notebooks Viewer roles to the users of the AI Workbench Instances.