Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you migrate a corporate intranet web application to Google Cloud while ensuring it remains accessible only to company employees (including traveling staff), maintains security, and requires minimal application changes?
A
Configure the application to check authentication credentials for each HTTP(S) request to the application.
B
Configure Identity-Aware Proxy to allow employees to access the application through its public IP address.
C
Configure a Compute Engine instance that requests users to log in to their corporate account. Change the web application DNS to point to the proxy Compute Engine instance. After authenticating, the Compute Engine instance forwards requests to and from the web application.
D
Configure a Compute Engine instance that requests users to log in to their corporate account. Change the web application DNS to point to the proxy Compute Engine instance. After authenticating, the Compute Engine issues an HTTP redirect to a public IP address hosting the web application.