Question 11:
You have a Linux compute instance located in a public subnet in a VCN which hosts a web application. The security list attached to subnet containing the compute instance has the following stateful ingress rule.
The Route table attached to the Public subnet is shown below. You can establish an SSH connection into the compute instance from the internet. However, you are not able to connect to the web server using your web browser.
Which step will resolve the issue? (Choose the best answer.)
Answer options:
A. In the route table, add a rule for your default traffic to be routed to NAT gateway. B. In the security list, add an ingress rule for port 80 (http). Most Voted C. In the security list, remove the ssh rule. D. In the route table, add a rule for your default traffic to be routed to service gateway.