Question 14 of 169
Single answer Your company's web server administrator is migrating on-premises backend servers for an application to GCP. Libraries and configurations differ significantly across these backend servers. The migration to GCP will be lift-and-shift, and all requests to the servers will be served by a single network load balancer frontend.
You want to use a GCP-native solution when possible.
How should you deploy this service in GCP?
How should you deploy this service in GCP?
ACreate a managed instance group from one of the images of the on-premises servers, and link this instance group to a target pool behind your load balancer.
✓BCreate a target pool, add all backend instances to this target pool, and deploy the target pool behind your load balancer.
CDeploy a third-party virtual appliance as frontend to these servers that will accommodate the significant differences between these backend servers.
DUse GCP's ECMP capability to load-balance traffic to the backend servers by installing multiple equal-priority static routes to the backend servers.
✓
Correct Answer: B
Create a target pool, add all backend instances to this target pool, and deploy the target pool behind your load balancer.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.