Google
ASSOCIATE-CLOUD-ENGINEER · Question #1
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 applicati
The correct answer is A. Reserve the IP 10.0.3.21 as a static internal IP address using gcloud and assign it to the licensing. IP 10.0.3.21 is internal by default, and to ensure that it will be static non-changing it should be selected as static internal ip address.
Submitted by cyberguy42· Mar 30, 2026Deploying and implementing a cloud solution
Question
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?
Options
- AReserve the IP 10.0.3.21 as a static internal IP address using gcloud and assign it to the licensing
- BReserve the IP 10.0.3.21 as a static public IP address using gcloud and assign it to the licensing
- CUse the IP 10.0.3.21 as a custom ephemeral IP address and assign it to the licensing server.
- DStart the licensing server with an automatic ephemeral IP address, and then promote it to a static
How the community answered
(39 responses)- A87% (34)
- B8% (3)
- C3% (1)
- D3% (1)
Explanation
IP 10.0.3.21 is internal by default, and to ensure that it will be static non-changing it should be selected as static internal ip address.
Topics
#static internal IP#Compute Engine#IP addressing#VPC networking
Community Discussion
No community discussion yet for this question.