You deploy an Amazon EC2 instance that runs a web server into a subnet in a VPC. An Internet gateway isattached, and the main route table has a default route (0.0.0.0/0) configured with a target of the Internet gateway.
The instance has a security group configured to allow as follows:
-Protocol: TCP
-Port: 80 inbound, nothing outbound
The Network ACL for the subnet is configured to allow as follows:
-Protocol: TCP
-Port: 80 inbound, nothing outbound
When you try to browse to the web server, you receive no response. Which additional step should you take to receive a successful response?
- Add an entry to the security group outbound rules for Protocol: TCP, Port Range: 80
- Add an entry to the security group outbound rules for Protocol: TCP, Port Range: 1024-65535
- Add an entry to the Network ACL outbound rules for Protocol: TCP, Port Range: 80
- Add an entry to the Network ACL outbound rules for Protocol: TCP, Port Range: 1024-65535
Reveal Solution Next Question