1Z0-1067 · Question #12
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…
The correct answer is B. In the security list, add an ingress rule for port 80 (http). 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…
Question
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?
Exhibit
Options
- AIn the route table, add a rule for your default traffic to be routed to service gateway.
- BIn the security list, add an ingress rule for port 80 (http).
- CIn the security list, remove the ssh rule.
- DIn the route table, add a rule for your default traffic to be routed to NAT gateway.
How the community answered
(29 responses)- A10% (3)
- B72% (21)
- C14% (4)
- D3% (1)
Explanation
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.
Topics
Community Discussion
No community discussion yet for this question.
