Topic 1 Question 76
One instance in your VPC is configured to run with a private IP address only. You want to ensure that even if this instance is deleted, its current private IP address will not be automatically assigned to a different instance. In the GCP Console, what should you do?
Assign a public IP address to the instance.
Assign a new reserved internal IP address to the instance.
Change the instance's current internal IP address to static.
Add custom metadata to the instance with key internal-address and value reserved.
ユーザの投票
コメント(16)
it's C! You cannot change the internal IP address of an existing VM. You can do that for an external IP tho! The only way to preserve a VM's existing internal IP is by upgrading it to a static IP!
Peace :)
👍 13seddy2021/05/16"C" is correct. Because in this scenario, we have a RUNNING instance and ensure that the current private IP address is a static address. We cannot change the internal IP address of an existing instance. "B" is wrong.
On the other hand, we can promote the ephemeral internal IP address of a resource to a static internal IP address. "C" is correct.
👍 4ydanno2021/01/04For sure, C
👍 3lukedj872020/11/11
シャッフルモード