
Answer-first summary for fast verification
Answer: Set up Cloud VPN between the on-premises network and Google Cloud.
**B is correct** because setting up Cloud VPN between the on-premises network and Google Cloud enables secure, private communication between on-premises workloads and GCP workloads using private IPs. Cloud VPN establishes an encrypted IPsec tunnel over the public internet, ensuring secure and private communication during the migration process. - **A is incorrect** because VPC network peering is designed for sharing VPC IP ranges between separate GCP VPCs, not for connecting on-premises networks. - **C is incorrect** because Shared VPC allows multiple projects to share a common set of VPC resources within GCP, but does not facilitate communication with on-premises networks. - **D is incorrect** as using public IP addresses for bastion hosts is not secure for private communication between on-premises and GCP workloads.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a Cloud Consultant planning a phased migration from on-premises to GCP for a large enterprise, ensuring workloads on GCP can communicate with on-premises workloads using private IPs during the migration is crucial. What is the recommended approach?
A
Configure VPC Network Peering for the VPC in Google Cloud.
B
Set up Cloud VPN between the on-premises network and Google Cloud.
C
Configure a Shared VPC with the VPC as a host in Google Cloud.
D
Create bastion hosts in both your on-premises environment and on Google Cloud, configuring them as proxy servers using their public IP addresses.
No comments yet.