
Answer-first summary for fast verification
Answer: Shift the simulation to Linux EC2 and visualization to Windows EC2, integrating Amazon FSx for NetApp ONTAP as the storage solution.
The correct answer is D. Amazon FSx for NetApp ONTAP supports both NFS and SMB protocols, making it the ideal choice for this scenario. By migrating the simulation application to Linux EC2 instances and the visualization application to Windows EC2 instances, and using FSx for NetApp ONTAP, the company can use a single storage solution that accommodates both applications without any code changes. This setup eliminates the need for dual file systems, thus reducing data duplication and improving resource efficiency.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A research firm uses a simulation and visualization application, with the simulation on Linux outputting to NFS every 5 minutes and the Windows-based visualization requiring SMB access. The current dual file system setup leads to data duplication and inefficiency. How can they migrate to AWS without altering the code, to resolve these issues?
A
Move both applications to AWS Lambda and use an Amazon S3 bucket for data exchange.
B
Deploy both on Amazon ECS with Amazon FSx File Gateway for storage.
C
Transfer the simulation to Linux EC2 and visualization to Windows EC2, using Amazon SQS for data exchange.
D
Shift the simulation to Linux EC2 and visualization to Windows EC2, integrating Amazon FSx for NetApp ONTAP as the storage solution.