A company is migrating a legacy application from an on-premises data center to Amazon EC2 instances. The application consists of both Linux and Windows servers that must concurrently access a shared file system. The application requires support for both NFS and SMB protocols, along with block-level storage access via iSCSI. The storage solution must deliver sub-millisecond latency and support thin provisioning to optimize storage usage. Which combination of actions should a solutions architect take to meet these requirements? (Select TWO.)
- Create an Amazon FSx for NetApp ONTAP file system.Answer
- Mount the file system using NFS for the Linux instances, SMB for the Windows instances, and configure iSCSI logical unit numbers (LUNs) for block storage.Answer
- CCreate an Amazon EFS file system and mount it on both the Linux and Windows instances using native EFS clients.
- DCreate an Amazon FSx for Windows File Server file system and configure it to export NFS shares for the Linux instances.
- ECreate an Amazon EBS volume with Multi-Attach enabled, and attach it to both the Linux and Windows instances simultaneously.
Answer
Create an Amazon FSx for NetApp ONTAP file system and mount the file system using NFS for the Linux instances, SMB for the Windows instances, and configure iSCSI logical unit numbers (LUNs) for block storage.
Amazon FSx for NetApp ONTAP is a fully managed service that supports NFS, SMB, and iSCSI protocols, allowing concurrent access from Linux and Windows instances, as well as block-level storage. It natively supports storage efficiency features like thin provisioning, deduplication, and compression.
Step-by-Step Solution
Key Concept
Multi-protocol shared storage using Amazon FSx for NetApp ONTAP
Estimated Time:2m 0s