Oracle Cloud Infrastructure 2019 Developer Associate — Question 136

You are a network architect and have designed the network infrastructure of a three-tier application on Oracle Cloud Infrastructure (OCI). In the architecture, back- end DB servers are in a private subnet. One of your DB administrators requests to have access to OCI object storage service.
How can you meet this requirement?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating a service gateway allows private subnets to access OCI services like object storage without exposing them to the public internet. Options B and C involve setting up routes that either go through a dynamic routing gateway or expose the instances to the internet, which does not meet the requirement for secure access to the object storage. Option D simply routes traffic to the internet without addressing the need for access to OCI services.