List of questions
Related questions
Question 210 - Associate Cloud Engineer discussion
You have a number of compute instances belonging to an unmanaged instances group. You need to SSH to one of the Compute Engine instances to run an ad hoc script. You've already authenticated gcloud, however, you don't have an SSH key deployed yet. In the fewest steps possible, what's the easiest way to SSH to the instance?
A.
Run gcloud compute instances list to get the IP address of the instance, then use the ssh command.
B.
Use the gcloud compute ssh command.
C.
Create a key with the ssh-keygen command. Then use the gcloud compute ssh command.
D.
Create a key with the ssh-keygen command. Upload the key to the instance. Run gcloud compute instances list to get the IP address of the instance, then use the ssh command.
Your answer:
0 comments
Sorted by
Leave a comment first