Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 283 discussion

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?

  • A. Migrate both applications to AWS Lambda. Create an Amazon S3 bucket to exchange data between the applications.
  • B. Migrate both applications to Amazon Elastic Container Service (Amazon ECS). Configure Amazon FSx File Gateway for storage.
  • C. Migrate the simulation application to Linux Amazon EC2 instances. Migrate the visualization application to Windows EC2 instances. Configure Amazon Simple Queue Service (Amazon SQS) to exchange data between the applications.
  • D. Migrate the simulation application to Linux Amazon EC2 instances. Migrate the visualization application to Windows EC2 instances. Configure Amazon FSx for NetApp ONTAP for storage.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
LuckyAro
Highly Voted 1 year, 4 months ago
Selected Answer: D
Amazon FSx for NetApp ONTAP provides shared storage between Linux and Windows file systems.
upvoted 25 times
...
kruasan
Highly Voted 1 year, 2 months ago
Selected Answer: D
This solution satisfies the needs in the following ways: • Amazon EC2 provides a seamless migration path for the existing server-based applications without code changes. The simulation app can run on Linux EC2 instances and the visualization app on Windows EC2 instances. • Amazon FSx for NetApp ONTAP provides highly performant file storage that is accessible via both NFS and SMB. This allows the simulation app to write to NFS shares as currently designed, and the visualization app to access the same data via SMB. • FSx for NetApp ONTAP ensures the data is synchronized and up to date across the file systems. This addresses the data duplication issues of the current setup. • Resources can be scaled efficiently since EC2 and FSx provide scalable compute and storage on demand.
upvoted 8 times
kruasan
1 year, 2 months ago
The other options would require more significant changes: A. Migrating to Lambda would require re-architecting both applications and not meet the requirement to avoid code changes. S3 does not provide file system access. B. While ECS could run the apps without code changes, FSx File Gateway only provides S3 or EFS storage, neither of which offer both NFS and SMB access. Data exchange would still be an issue. C. Using SQS for data exchange between EC2 instances would require code changes to implement a messaging system rather than a shared file system.
upvoted 1 times
mr_kanchan
11 months ago
How does the data duplication issue get addressed on selecting D ?
upvoted 1 times
Reckless_Jas
10 months, 2 weeks ago
Maybe I'm wrong, but I feel like the data is duplicated between the two types of EC2 instances. By using the FSX ONTAP will address this issue.
upvoted 1 times
...
pentium75
6 months, 1 week ago
Because FSx for ONTAP provides THE SAME STORAGE via NFS and SMB. Duplication issue occured because Linux saved the files via NFS to one storage, then the data was copied to ANOTHER storage that shared it via SMB.
upvoted 1 times
...
...
...
...
awsgeek75
Most Recent 5 months, 2 weeks ago
Selected Answer: D
It is D but I think NetApp ONTAP is an oversell in this context. They just needed a FSx solution not a whole expensive managed service... ABC are a lot of change to the code so D is the only choice here anyway
upvoted 2 times
...
djgodzilla
6 months ago
Selected Answer: D
Amazon FSx for NetApp ONTAP Fully managed service offering shared storage between Linux and Windows file systems (Multi & Single-AZ) up to petabytes datasets and 10+Gbps. - Allows Multi-protocol access to data using the (NFS), Server Message Block (SMB), and Internet Small Computer Systems Interface (iSCSI) protocols - Integrated with other AWS services (KMS, IAM, CloudTrail, amazon workspace) - ideal solution to migrate, back up, or burst your file-based applications from on-prem to AWS without application code change.
upvoted 2 times
...
pentium75
6 months, 1 week ago
Selected Answer: D
A would require code changes B might also require code changes, and "FSx File Gateway" provides SMB access (not NFS) C uses SQS which has no place here D can provide same storage via SMB and NFS
upvoted 1 times
...
osmk
6 months, 3 weeks ago
https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/what-is-fsx-ontap.html
upvoted 1 times
...
TariqKipkemei
9 months, 1 week ago
Selected Answer: D
One of the use cases for Amazon FSx for NetApp ONTAP is when you need to move workloads running on NetApp or other NFS/SMB/iSCSI servers to AWS without modifying application code or how you manage data.
upvoted 4 times
...
Guru4Cloud
10 months ago
Selected Answer: D
The key requirements are: Simulation app runs on Linux, outputs data to NFS Visualization app runs on Windows, requires SMB file system Migrate apps to AWS without code changes Eliminate data duplication and inefficient resource usage
upvoted 2 times
...
Abrar2022
1 year, 1 month ago
For shared storage between Linux and windows you need to implement Amazon FSx for NetApp ONTAP
upvoted 2 times
...
Wael216
1 year, 4 months ago
Selected Answer: D
windows => FSX we didn't mention containers => can't be ECS
upvoted 2 times
...
everfly
1 year, 4 months ago
Selected Answer: D
Amazon FSx for NetApp ONTAP is a fully managed service that provides shared file storage built on NetApp’s popular ONTAP file system. It supports NFS, SMB, and iSCSI protocols2 and also allows multi-protocol access to the same data
upvoted 1 times
...
Yechi
1 year, 4 months ago
Selected Answer: D
Amazon FSx for NetApp ONTAP is a fully-managed shared storage service built on NetApp’s popular ONTAP file system. Amazon FSx for NetApp ONTAP provides the popular features, performance, and APIs of ONTAP file systems with the agility, scalability, and simplicity of a fully managed AWS service, making it easier for customers to migrate on-premises applications that rely on NAS appliances to AWS. FSx for ONTAP file systems are similar to on-premises NetApp clusters. Within each file system that you create, you also create one or more storage virtual machines (SVMs). These are isolated file servers each with their own endpoints for NFS, SMB, and management access, as well as authentication (for both administration and end-user data access). In turn, each SVM has one or more volumes which store your data. https://aws.amazon.com/de/blogs/storage/getting-started-cloud-file-storage-with-amazon-fsx-for-netapp-ontap-using-netapp-management-tools/
upvoted 4 times
...
zTopic
1 year, 4 months ago
Selected Answer: B
B is correct I believe
upvoted 1 times
pentium75
6 months, 1 week ago
"FSx File Gateway" is a gateway, and ECS would require code changes.
upvoted 1 times
...
...
rrharris
1 year, 4 months ago
Answer is D
upvoted 7 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
ex Want to SAVE BIG on Certification Exam Prep?
close
ex Unlock All Exams with ExamTopics Pro 75% Off
  • arrow Choose From 1000+ Exams
  • arrow Access to 10 Exams per Month
  • arrow PDF Format Available
  • arrow Inline Discussions
  • arrow No Captcha/Robot Checks
Limited Time Offer
Ends in