Question: 1/50
A data scientist is onboarding to OCI Data Science and needs to train models using notebooks while ensuring network traffic never traverses the public internet. Which configuration best meets this requirement?
Create a Data Science project and use a public subnet for notebook sessions to simplify access
Create notebook sessions in a private subnet and use a Service Gateway (and/or private endpoints where applicable) to reach OCI services without public IPs
Attach an Internet Gateway to the VCN and restrict access using security lists only
Run notebooks on a local workstation and upload artifacts to Object Storage over the internet