
Answer-first summary for fast verification
Answer: Configure Cloud Identity-Aware Proxy for SSH and TCP resources
The correct answer is B. Configuring Cloud Identity-Aware Proxy (IAP) for SSH and TCP resources allows you to set up secure access to your VM instances without needing to expose them to the public internet. IAP helps manage access through a central point, ensuring that your instances do not need public IP addresses. This is particularly fitting for the requirement specified in the question where no public IP addresses are to be used, while still needing to access the instances over SSH.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have deployed several Linux instances on Google Cloud's Compute Engine platform and are planning to add more instances in the near future. Your goal is to access all these instances through your SSH client over the internet without needing to configure specific access for each existing and new instance. Additionally, you prefer that these Compute Engine instances do not have public IP addresses. What steps should you take to achieve this?
A
Configure Cloud Identity-Aware Proxy for HTTPS resources.
B
Configure Cloud Identity-Aware Proxy for SSH and TCP resources
C
Create an SSH keypair and store the public key as a project-wide SSH Key.
D
Create an SSH keypair and store the private key as a project-wide SSH Key.
No comments yet.