Q36
Single choice
You deploy an Amazon EC2 instance that runs a web server into a subnet in a VPC. An Internet gateway is attached, 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:
1. Protocol: TCP
2. Port: 80 inbound, nothing outbound
The Network ACL for the subnet is configured to allow as follows:
1. Protocol: TCP
2. 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?