Google Cloud Associate Cloud Engineer — Question 45

You have an application that looks for its licensing server on the IP 10.0.3.21. You need to deploy the licensing server on Compute Engine. You do not want to change the configuration of the application and want the application to be able to reach the licensing server. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because reserving the IP 10.0.3.21 as a static internal IP address ensures that the licensing server can always be reached at that address without changing the application's configuration. Option B is incorrect as a public IP is not needed in this scenario. Option C does not guarantee the IP will remain the same after the instance restarts, making it unreliable. Option D involves unnecessary steps since the static internal IP can be assigned directly.