Topic 1 Question 73
You are setting up a Windows VM on Compute Engine and want to make sure you can log in to the VM via RDP. What should you do?
After the VM has been created, use your Google Account credentials to log in into the VM.
After the VM has been created, use gcloud compute reset-windows-password to retrieve the login credentials for the VM.
When creating the VM, add metadata to the instance using 'windows-password' as the key and a password as the value.
After the VM has been created, download the JSON private key for the default Compute Engine service account. Use the credentials in the JSON file to log in to the VM.
ユーザの投票
コメント(17)
Correct Answer is B. B. After the VM has been created, use gcloud compute reset-windows-password to retrieve the login credentials for the VM.
https://cloud.google.com/sdk/gcloud/reference/beta/compute/reset-windows-password
👍 55John_Iam2020/06/03- 正解だと思う選択肢: B
CORRECT: Answer B. After the VM has been created, use gcloud compute reset-windows-password to retrieve the login credentials for the VM.
INCORRECT: Answer A is not correct because Google Account credentials cannot be used to log in to Windows VMs.
Answer C is not correct because metadata can be used to specify some settings for a VM, but the 'windows-password' metadata key is not used for specifying the login password for a Windows VM.
Answer D is not correct because the JSON private key for the default Compute Engine service account is not used for logging in to a Windows VM.
👍 3Buruguduystunstugudunstuy2023/02/20 - 正解だと思う選択肢: B
After the VM has been created, use gcloud compute reset-windows-password to retrieve the login credentials for the VM
👍 2Harbeeb2022/05/10
シャッフルモード