Topic 1 Question 158
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?
Configure a target pool, and create protocol forwarding rules for each external IP address.
Configure a backend service, and create an external network load balancer for each external IP address.
Configure a target instance, and create a protocol forwarding rule for each external IP address to be mapped to the instance.
Configure the Compute Engine instances’ network interface external IP address from None to Ephemeral. Add as many external IP addresses as required.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
Configure a target pool, and create protocol forwarding rules for each external IP address.
👍 5Mithung302023/12/14 - 正解だと思う選択肢: C
Protocol forwarding uses a regional forwarding rule to deliver packets of a specific protocol to a single virtual machine (VM) instance. The forwarding rule can have an internal or an external IP address. Protocol forwarding delivers packets while preserving the destination IP address of the forwarding rule. The forwarding rule references an object called a target instance, which, in turn, references a single VM instance https://cloud.google.com/load-balancing/docs/protocol-forwarding#target-instances
👍 1ExamQnA2023/12/30
シャッフルモード