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
- A. Unmount and remount the file system with the noac option to disable attribute caching.
- B. Reduce the number of active users that have files open simultaneously on the instances.
- C. Verify that the IP address of the specified mount target is valid.
- D. Run the write operation from a different user ID on the same Amazon EC2 instance.
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.