
Answer-first summary for fast verification
Answer: Verify that both projects are in a GCP Organization. Share the VPC from one project and request that the Compute Engine instances in the other project use this shared VPC.
The correct answer is B. Shared VPC allows an organization to connect resources from multiple projects to a common Virtual Private Cloud (VPC) network, so that they can communicate with each other securely and efficiently using internal IPs from that network. When you use Shared VPC, you designate a project as a host project and attach one or more other service projects to it. The VPC networks in the host project are called Shared VPC networks. Eligible resources from service projects can use subnets in the Shared VPC network, allowing instances from different projects to communicate with each other.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with enabling communication between several groups of Compute Engine instances that are currently operating under two separate Google Cloud Platform (GCP) projects. Each group of these Compute Engine instances resides in its own Virtual Private Cloud (VPC) network. What steps should you take to accomplish this?
A
Verify that both projects are in a GCP Organization. Create a new VPC and add all instances.
B
Verify that both projects are in a GCP Organization. Share the VPC from one project and request that the Compute Engine instances in the other project use this shared VPC.
C
Verify that you are the Project Administrator of both projects. Create two new VPCs and add all instances.
D
Verify that you are the Project Administrator of both projects. Create a new VPC and add all instances.