ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 90 - Professional Cloud Security Engineer discussion

Report
Export

You are the security admin of your company. Your development team creates multiple GCP projects under the 'implementation' folder for several dev, staging, and production workloads. You want to prevent data exfiltration by malicious insiders or compromised code by setting up a security perimeter. However, you do not want to restrict communication between the projects.

What should you do?

A.
Use a Shared VPC to enable communication between all projects, and use firewall rules to prevent data exfiltration.
Answers
A.
Use a Shared VPC to enable communication between all projects, and use firewall rules to prevent data exfiltration.
B.
Create access levels in Access Context Manager to prevent data exfiltration, and use a shared VPC for communication between projects.
Answers
B.
Create access levels in Access Context Manager to prevent data exfiltration, and use a shared VPC for communication between projects.
C.
Use an infrastructure-as-code software tool to set up a single service perimeter and to deploy a Cloud Function that monitors the 'implementation' folder via Stackdriver and Cloud Pub/Sub. When the function notices that a new project is added to the folder, it executes Terraform to add the new project to the associated perimeter.
Answers
C.
Use an infrastructure-as-code software tool to set up a single service perimeter and to deploy a Cloud Function that monitors the 'implementation' folder via Stackdriver and Cloud Pub/Sub. When the function notices that a new project is added to the folder, it executes Terraform to add the new project to the associated perimeter.
D.
Use an infrastructure-as-code software tool to set up three different service perimeters for dev, staging, and prod and to deploy a Cloud Function that monitors the 'implementation' folder via Stackdriver and Cloud Pub/Sub. When the function notices that a new project is added to the folder, it executes Terraform to add the new project to the respective perimeter.
Answers
D.
Use an infrastructure-as-code software tool to set up three different service perimeters for dev, staging, and prod and to deploy a Cloud Function that monitors the 'implementation' folder via Stackdriver and Cloud Pub/Sub. When the function notices that a new project is added to the folder, it executes Terraform to add the new project to the respective perimeter.
Suggested answer: C

Explanation:

https://cloud.google.com/vpc-service-controls/docs/overview#benefits

https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/tree/master/examples/automatic_folder

asked 18/09/2024
Antoine CHEA
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first