
Answer-first summary for fast verification
Answer: 1. Using Cloud VPN or Interconnect, create a tunnel to a VPC in Google Cloud. 2. Use Cloud Router to create a custom route advertisement for 199.36.153.4/30. Announce that network to your on-premises network through the VPN tunnel. 3. In your on-premises network, configure your DNS server to resolve *.googleapis.com as a CNAME to restricted.googleapis.com.
Option D is the correct answer as it aligns with Google's recommended practices for securely connecting on-premises applications to Google Cloud services. By using Cloud VPN or Interconnect, you can create a secure, private tunnel to a VPC in Google Cloud. Using Cloud Router to create custom route advertisements for the IP range 199.36.153.4/30 ensures that traffic to Google services is correctly routed without necessitating public IP addresses or internet access. Configuring your DNS server to resolve *.googleapis.com as a CNAME to restricted.googleapis.com completes the secure setup, allowing on-premises servers to access Cloud Storage over this private connection.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your application is currently hosted on bare-metal servers within your own data center, and it requires access to Google Cloud Storage. Due to security policies, these servers are not allowed to have public IP addresses or any form of internet access. To ensure compliance with Google's best practices while providing your application with the necessary access to Cloud Storage, what actions should you take?
A
B
C
D