Oracle Cloud Infrastructure 2020 Architect Associate — Question 4

You created a public subnet and an internet gateway in your virtual cloud network (VCN) of Oracle Cloud Infrastructure. The public subnet has an associated route table and security list. However, after creating several compute instances in the public subnet, none can reach the Internet.
Which two are possible reasons for the connectivity issue? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because without a default route in the route table pointing to the internet gateway, instances cannot reach the Internet. Option D is also correct since lacking a stateful ingress rule in the security list would block incoming traffic, preventing connections to the instances. Options B, C, and E are not the correct answers as they do not directly cause the instances to lose Internet connectivity in this scenario.