
Answer-first summary for fast verification
Answer: Grant the operations engineer access to use Google Cloud Shell.
The operations team does not necessarily need SSH access to manage the VMs in Google Cloud Platform. Google Cloud Shell provides a secure way to manage cloud resources, including VMs, using the preinstalled Cloud SDK and gcloud tools. Granting the operations engineer access to use Google Cloud Shell meets the requirement to manage VMs, build and push Docker containers, and manage Google Cloud Storage objects without compromising security. Option B is not viable if SSH access is completely disabled, and options C and D either introduce unnecessary complexity or go against established security best practices.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Dress4Win, a web-based company, has grown rapidly and is migrating its infrastructure to Google Cloud Platform (GCP). The security team has disabled external SSH access into production virtual machines (VMs) in GCP for security reasons. The operations team needs to remotely manage these VMs, build and push Docker containers, and manage Google Cloud Storage objects. Considering the company's constraints and requirements, what can they do?
A
Grant the operations engineer access to use Google Cloud Shell.
B
Configure a VPN connection to GCP to allow SSH access to the cloud VMs.
C
Develop a new access request process that grants temporary SSH access to cloud VMs when an operations engineer needs to perform a task.
D
Have the development team build an API service that allows the operations team to execute specific remote procedure calls to accomplish their tasks.
No comments yet.