Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Professional Cloud Architect topic 11 question 1 discussion

Actual exam question from Google's Professional Cloud Architect
Question #: 1
Topic #: 11
[All Professional Cloud Architect Questions]

The Dress4Win security team has disabled external SSH access into production virtual machines (VMs) on Google Cloud Platform (GCP).
The operations team needs to remotely manage the VMs, build and push Docker containers, and manage Google Cloud Storage objects.
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.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
KouShikyou
Highly Voted 4 years, 6 months ago
I thought operations team doesn't need SSH access to manage VMs. All it needs is Cloud Shell with the Cloud SDK and gcloud tools. Maybe A is correct answer.
upvoted 33 times
tartar
3 years, 8 months ago
A is ok
upvoted 8 times
...
nitinz
3 years, 1 month ago
A, you can do pretty much everything from cloud shell.
upvoted 3 times
...
...
iamoct
Highly Voted 3 years, 2 months ago
This is the official answer. No more argue. A. Grant operations team access to use Cloud Shell. ✅ A - The operations team doesn't actually need SSH access to manage VMs. All it needs is Cloud Shell with the Cloud SDK and gcloud tools. Cloud Shell provides all the tools for managing Compute Engine instances. In this case the assumption that SSH access is needed is incorrect. Business requirement: "Improve security by defining and adhering to a set of security and Identity and Access Management (IAM) best practices for cloud." B - A VPN is a way to connect from remote to the internal IP of an instance. If SSH is blocked everywhere, this work-around won't help. C - Developing an application that would use the Cloud API would be redundant with the gcloud command line tool. D - An application the provides temporary access to SSH is basically just violating the security practices.
upvoted 10 times
...
mesodan
Most Recent 1 month, 2 weeks ago
Selected Answer: D
While Google Cloud Shell provides access to the GCP console and some tools, it might not offer the full functionality needed for managing VMs, containers, and Cloud Storage objects. Additionally, granting shell access to the entire console carries a higher security risk.
upvoted 1 times
...
Mahmoud_E
1 year, 6 months ago
Selected Answer: A
A is OK
upvoted 1 times
...
Crick76
1 year, 7 months ago
Selected Answer: A
Old Case Study - Should be removed
upvoted 9 times
...
joe2211
2 years, 4 months ago
Selected Answer: A
vote A
upvoted 1 times
...
chorizama
2 years, 5 months ago
We could misunderstand the question. It's not talking about SSH into the instance to deploy the images. The team only needs an environment to build and publish to the repositories.
upvoted 1 times
...
victory108
2 years, 9 months ago
A. Grant the operations engineer access to use Google Cloud Shell.
upvoted 1 times
...
MamthaSJ
2 years, 9 months ago
Answer is A
upvoted 1 times
...
Ausias18
3 years ago
Answer is A
upvoted 1 times
...
VenV
3 years, 1 month ago
how cloudshell works to login to vms if we block port 22 in the firewall rules for external access? try this in your environment and see if it works.....not A. if we dont block external access, then cloudshell will be good option in this case.
upvoted 2 times
lynx256
3 years ago
I think we don't have to login to VMs; we only have to MANAGE them - which is quite different. The same for Docker containers and GCS objects. IMO A is the best...
upvoted 1 times
lynx256
3 years ago
Of course - you can still SSH to VMS but from Cloud Shell (NOT externally, as task states "security team has disabled external SSH access).
upvoted 1 times
...
...
...
cert2020
3 years, 2 months ago
Answer A - With Cloud Shell can manage your resources with its online terminal preloaded with utilities.
upvoted 1 times
...
aaabbbc1
3 years, 2 months ago
A will be considered as the final decision, I promise
upvoted 1 times
...
CloudGenious
3 years, 2 months ago
ans is A ..When the ops team login through cloud shell, the credential acc is there. the ops team engineer typically has all the necessary permission required to manage system such as - build, push docker and manage. when the team execute command from cloud shell the command will excecute through there credential acc and succed as log as they have permission ehich they should as ops team. may not able to ssh but i am role let them to carry out action like start ,stop ,terminate all don't need ssh .
upvoted 2 times
...
bnlcnd
3 years, 2 months ago
A is wrong. how do you push a docker image from your on-prem server to GCP with cloud shell? B is the only option.
upvoted 2 times
...
BobBui
3 years, 2 months ago
My choice is A
upvoted 3 times
...
okixavi
3 years, 4 months ago
I'll go with A
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...