Google Cloud Professional Cloud Security Engineer — Question 259

A customer wants to deploy a large number of 3-tier web applications on Compute Engine.
How should the customer ensure authenticated network separation between the different tiers of the application?

Answer options

Correct answer: B

Explanation

Using different Service Accounts (SAs) for each tier allows for more precise control over access permissions and network policies. This method enables the implementation of SA-based firewall rules, effectively ensuring authenticated network separation. The other options, while they provide some level of separation, do not offer the same level of authentication and security as using SAs.