AWS Certified Solutions Architect – Associate (SAA-C03) — Question 270

A research company runs experiments that are powered by a simulation application and a visualization application. The simulation application runs on Linux and outputs intermediate data to an NFS share every 5 minutes. The visualization application is a Windows desktop application that displays the simulation output and requires an SMB file system.

The company maintains two synchronized file systems. This strategy is causing data duplication and inefficient resource usage. The company needs to migrate the applications to AWS without making code changes to either application.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

Amazon FSx for NetApp ONTAP natively supports multi-protocol access, allowing the Linux-based simulation application to write via NFS and the Windows-based visualization application to read via SMB from the same volume, eliminating data duplication. Other options are incorrect because they either require significant code modifications (such as SQS or S3 integration) or do not natively support the required desktop environment and dual-protocol shared file system.