Google Cloud Professional Cloud Security Engineer — Question 219

Your company has deployed an artificial intelligence model in a central project. This model has a lot of sensitive intellectual property and must be kept strictly isolated from the internet. You must expose the model endpoint only to a defined list of projects in your organization. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because it allows for a secure internal Application Load Balancer to connect the model endpoint while restricting access through Private Service Connect to only specified projects. Option B does not provide the necessary isolation as it uses Private Google Access, which could expose the model to more projects than desired. Option C introduces Shared VPC, which complicates access control instead of isolating it, and Option D exposes the model through an external load balancer, which contradicts the requirement for strict isolation from the internet.