
Ultimate access to all questions.
Your company is developing an internal portal on Google Cloud Platform using a custom VPC. The security team has imposed strict requirements: VMs must not have internet access and should only use private IP addresses. However, your application needs to access files stored in Google Cloud Storage within your project. How can you facilitate this access without violating the security mandates?
A
Route the traffic to the dedicated IP address of the Cloud Storage bucket by deploying a Cloud NAT instance.
B
Enable Private Google Access on the subnet within the custom VPC.
C
Enable Private Service Access on the Cloud Storage Bucket.
D
Create a VPC Service Control perimeter and add storage.googleapis.com to the list of restricted services and add your project to the list of protected projects.