Google Cloud Professional Cloud Network Engineer — Question 149

You are deploying an application that runs on Compute Engine instances. You need to determine how to expose your application to a new customer. You must ensure that your application meets the following requirements:

• Maps multiple existing reserved external IP addresses to the instance
• Processes IP Encapsulating Security Payload (ESP) traffic

What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because it specifies creating a protocol forwarding rule for each external IP address directly to the target instance, which is necessary for handling ESP traffic. Option A is incorrect as target pools are not suitable for this scenario. Option B suggests using a backend service, which does not directly link the reserved IPs as required. Option D does not fulfill the requirement of mapping reserved IP addresses to the instance.