Question 137:
You have Instances in a private subnet in a VPC. You have provisioned a NAT gateway in a public subnet to allow for instances in the private subnet to communicate with the Internet. You are trying to ping the Elastic IP of the NAT gateway from your workstation, but cannot do so. What can be done to resolve this issue?
Answer options:
A.Change the Security Groups assigned to the NAT gateway to allow Incoming ICMP traffic. B.Change the NACLs assigned to the public subnet hosting the NAT gateway to allow Incoming and outgoing ICMP traffic. C.Ping the public IP address of the NAT gateway instead of the Elastic IP. D.This is not possible, since this is how the NAT gateway works.