Question 49:
Your VPC consists of public and private subnets. The private subnets make use of a NAT instance to download updates from the internet. The Instances are trying to download updates from a server that listens on port 8090. But the instances are not able to reach the external server for updates. Which of the following could be relevant issues with this? Choose 3 answers from the options given below.
Answer options:
A.The NAT instance is blocking outbound traffic on port 8090. B.The Inbound NACL is blocking traffic on ephemeral ports. C.The Inbound Security Groups are blocking traffic on port 8090. D.The remote server firewall is blocking traffic.