AWS Certified Solutions Architect – Professional — Question 172

You have custom Network File System (NFS) client settings for your Amazon Elastic File System (EFS). It takes up to three seconds for an Amazon Elastic
Compute Cloud (EC2) instance to see a write operation performed on a file system from another Amazon EC2 instance.
Which of the following actions should you take to solve the custom NFS settings from causing delays in the write operation?

Answer options

Correct answer: A

Explanation

The correct answer is A because using the 'noac' option will disable attribute caching, which can reduce the delay in seeing write operations. Option B does not address the root cause of the delay related to NFS settings. Option C is irrelevant if the IP address is already valid, and option D does not solve the issue related to NFS caching behavior.