List of questions
Related questions
Question 7 - Professional Cloud Developer discussion
Your web application is deployed to the corporate intranet. You need to migrate the web application to Google Cloud. The web application must be available only to company employees and accessible to employees as they travel. You need to ensure the security and accessibility of the web application while minimizing application changes. What should you do?
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.
Your answer:
0 comments
Sorted by
Leave a comment first