
Ultimate access to all questions.
You're migrating an on-premises application to Google Cloud. The application uses a component that requires a licensing server with the IP address 10.28.0.10. You aim to deploy the application without altering the code or configuration. What is the best approach to deploy the application?
A
Reserve an ephemeral external IP address of 10.28.0.10 and assign it to the license server instance within a subnet with a CIDR range of 10.28.0.0/28.
B
Create a subnet with a CIDR range of 10.28.0.0/28, reserve a static internal IP address of 10.28.0.10, and assign this static address to the license server instance.
C
Reserve an ephemeral internal IP address of 10.28.0.10 and assign it to the license server instance within a subnet with a CIDR range of 10.28.0.0/28.
D
Create a subnet with a CIDR range of 10.28.0.0/28, reserve a static external IP address of 10.28.0.10, and assign this static address to the license server instance.