Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Exam Professional Cloud Network Engineer Topic 5 Question 106 Discussion

Actual exam question for Google's Professional Cloud Network Engineer exam
Question #: 106
Topic #: 5
[All Professional Cloud Network Engineer Questions]

You have configured a Compute Engine virtual machine instance as a NAT gateway. You execute the following command:

gcloud compute routes create no-ip-internet-route \

--network custom-network1 \

--destination-range 0.0.0.0/0 \

--next-hop instance nat-gateway \

--next-hop instance-zone us-central1-a \

--tags no-ip --priority 800

You want existing instances to use the new NAT gateway. Which command should you execute?

Show Suggested Answer Hide Answer
Suggested Answer: B

https://cloud.google.com/sdk/gcloud/reference/compute/routes/create

In order to apply a route to an existing instance we should use a tag to bind the route to it.


Contribute your Thoughts:

Telma
15 days ago
Hmm, I'm not sure about this one. Let me think it through again. Ah, I got it! The answer is B, adding the 'no-ip' tag to the existing instances.
upvoted 0 times
...
Ammie
27 days ago
The question seems straightforward. I think the answer is B, since we need to add the 'no-ip' tag to the existing instances to make them use the new NAT gateway.
upvoted 0 times
...

Save Cancel