
Ultimate access to all questions.
You are developing a noise reduction application with multiple Linux machines on Compute Engine. These VMs lack public IPs, yet you require SSH access over the internet without network configuration changes. Additionally, any new VMs added should not need extra setup. What is the best approach?
A
Set up Cloud Identity-Aware Proxy for SSH and TCP resources.
B
Generate an SSH keypair and save the public key as a project-wide SSH Key.
C
Configure Cloud Identity-Aware Proxy for HTTPS resources.
D
Generate an SSH keypair and save the private key as a project-wide SSH Key.