
Ultimate access to all questions.
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.