Oracle Cloud Infrastructure 2019 Developer Associate — Question 11

You have created a virtual cloud network (VCN) with three private subnets. Two of the subnets contain application servers and the third subnet contains a DB
System. The application requires a shared file system so you have provisioned one using the file storage service (FSS). You also created the corresponding mount target in one of the application subnets. The VCN security lists are properly configured so that both application servers and the DB System can access the file system. The security team determines that the DB System should have read-only access to the file system.
What change would you make to satisfy this requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C because modifying the security list to adjust the ingress rules for the DB System subnet ensures that it maintains read-only access to the file system through stateless rules. Option A is incorrect because NFS export options are not managed through security lists but through the file storage service settings. Option B does not provide a network-level restriction for read-only access and could inadvertently allow write permissions. Option D is also incorrect because creating an instance principal and policy does not directly enforce the read-only requirement at the network level.