
Ultimate access to all questions.
You are responsible for ensuring that only the operations team's public SSH keys are accessible on a specific Bastion host instance within a particular project, despite project-wide access already being granted to all instances. What is the most efficient method to override or block the project-level access on the Bastion host?
A
Execute the command gcloud compute instances add-metadata [INSTANCE_NAME] --metadata block-project-ssh-keys=TRUE to block the access._
B
Project-wide SSH access cannot be overridden or blocked and must be removed entirely.
C
Use the command gcloud compute project-info add-metadata [INSTANCE_NAME] --metadata block-project-ssh-keys=FALSE to block the access._
D
Run the command gcloud compute instances add-metadata [INSTANCE_NAME] --metadata block-project-ssh-keys=FALSE to block the access._