Topic 1 Question 293
2 つ選択You are developing a scalable web application for internal users. Your organization uses Google Workspace. You need to set up authentication to the application for the users, and then deploy the application on Google Cloud. You plan to use cloud-native features, and you want to minimize infrastructure management effort. What should you do?
Create a Compute Engine VM, configure a web server, and deploy the application in a VPC.
Containerize the application, and deploy it as a Cloud Run service.
Configure Cloud SQL database with a table containing the users and password hashes. Add an authentication screen to ensure that only internal users can access the application.
Configure Identity Aware Proxy, and grant the roles/iap.httpsResourceAccessor IAM role to the users that need to access the application.
Configure Identity Aware Proxy, and grant the roles/iap.tunnelResourceAccessor IAM role to the users that need to access the application.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: BD
B. Containerize the application, and deploy it as a Cloud Run service.
Cloud Run is a fully managed service that allows you to run containerized applications without managing the underlying infrastructure. This aligns with your goal of minimizing infrastructure management effort and provides scalability for your application. D. Configure Identity Aware Proxy, and grant the roles/iap.httpsResourceAccessor IAM role to the users that need to access the application.
Identity Aware Proxy (IAP) secures access to your application by authenticating users using their Google Workspace credentials. By granting the roles/iap.httpsResourceAccessor IAM role to the internal users, you ensure that only authenticated users can access the application. This method leverages existing Google Workspace accounts, simplifying user management.
👍 2anshad6662024/10/11
シャッフルモード