
Answer-first summary for fast verification
Answer: Change the instance's current internal IP address to static.
The instance currently uses an ephemeral internal IP address, which is released and could be reused if the instance is deleted. To ensure the IP is not automatically assigned to another instance, it must be reserved as a static internal IP. Changing the existing ephemeral IP to static (Option C) reserves it, preventing automatic reassignment. Options A and D do not affect internal IP reservation. Option B suggests assigning a new reserved IP, which would change the instance's current IP rather than reserving the existing one.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can you prevent a private IP address from being automatically reassigned to another instance in your VPC if the original instance using that IP is deleted, using the GCP Console?
A
Assign a public IP address to the instance.
B
Assign a new reserved internal IP address to the instance.
C
Change the instance's current internal IP address to static.
D
Add custom metadata to the instance with key internal-address and value reserved.
No comments yet.