Topic 1 Question 99
You are developing an internal application that will allow employees to organize community events within your company. You deployed your application on a single Compute Engine instance. Your company uses Google Workspace (formerly G Suite), and you need to ensure that the company employees can authenticate to the application from anywhere. What should you do?
Add a public IP address to your instance, and restrict access to the instance using firewall rules. Allow your company's proxy as the only source IP address.
Add an HTTP(S) load balancer in front of the instance, and set up Identity-Aware Proxy (IAP). Configure the IAP settings to allow your company domain to access the website.
Set up a VPN tunnel between your company network and your instance's VPC location on Google Cloud. Configure the required firewall rules and routing information to both the on-premises and Google Cloud networks.
Add a public IP address to your instance, and allow traffic from the internet. Generate a random hash, and create a subdomain that includes this hash and points to your instance. Distribute this DNS address to your company's employees.
ユーザの投票
コメント(5)
- 👍 3scaenruy2022/01/09
Option B is the best
👍 3Blueocean2022/01/21- 正解だと思う選択肢: B
B is more suitable answer, because the question states that the employee should access the application from everywhere, IAP will allow your access depending on your workspace credentials.
👍 2ParagSanyashiv2022/01/08
シャッフルモード