
Explanation:
Cloud NAT is the recommended solution for performing address translation between your on-premises network blocks and GCP. It is a managed service that provides outbound NAT for instances without external IP addresses and supports both static and dynamic IP allocation. Cloud NAT simplifies the configuration and management of NAT, making it the best choice for this scenario. Options B, C, and D involve manual configurations on instances, which are less scalable and more complex to manage compared to Cloud NAT.
Ultimate access to all questions.
Which NAT solution should be implemented to enable address translation between on-premises network blocks and Google Cloud Platform (GCP)?
A
Cloud NAT
B
An instance with IP forwarding enabled
C
An instance configured with iptables DNAT rules
D
An instance configured with iptables SNAT rules
No comments yet.