Topic 1 Question 191
You have deployed multiple Linux instances on Compute Engine. You plan on adding more instances in the coming weeks. You want to be able to access all of these instances through your SSH client over the internet without having to configure specific access on the existing and new instances. You do not want the Compute Engine instances to have a public IP. What should you do?
Configure Cloud Identity-Aware Proxy for HTTPS resources.
Configure Cloud Identity-Aware Proxy for SSH and TCP resources
Create an SSH keypair and store the public key as a project-wide SSH Key.
Create an SSH keypair and store the private key as a project-wide SSH Key.
ユーザの投票
コメント(12)
B is correct as question say no public IP on the instance.
👍 10Akash72022/04/26B is correct, With TCP forwarding, IAP can protect SSH and RDP access to your VMs hosted on Google Cloud. Your VM instances don't even need public IP addresses.
👍 4AzureDP9002022/06/13- 正解だと思う選択肢: B👍 4Untamables2022/10/27
シャッフルモード