Google Cloud Professional Cloud Database Engineer — Question 78

Your project is using Bigtable to store data that should not be accessed from the public internet under any circumstances, even if the requestor has a valid service account key. You need to secure access to this data. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because VPC Service Controls provide a way to define a security perimeter around your resources, preventing unauthorized access from the public internet. Options A and C do not restrict access based on network location, and option D focuses on allowing specific IP addresses rather than fully restricting access from the internet.