Question 83:
You have set up an EC2 Instance that hosts a web application. You have set the following rules. Security Group Rules Allow Inbound Traffic on port 80 from 0.0.0.0/0 NACL Rules Allow Inbound Traffic on port 80 from 0.0.0.0/0 Users are complaining that they cannot access the web server. How can you ensure that the issue gets resolved?
Answer options:
A.Allow Outgoing Traffic on the Security groups for port 80. B.Allow Outgoing Traffic on the NACL for port 80. C.Allow Outgoing Traffic on the Security groups for ephemeral ports. D.Allow Outgoing Traffic on the NACL for ephemeral ports.