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.
Which step will resolve the issue?
Add stateful ingress rule to receive and respond to HTTP traffic.
Example: Instance A and Host B are communicating (Host B could be any host, whether an instance or not). The stateful ingress rule allows traffic from any source IP address (0.0.0.0/0) to destination port 80 only (TCP protocol). No egress rule is required to allow the response traffic.
Currently there are no comments in this discussion, be the first to comment!