AWS Certified Solutions Architect – Associate (SAA-C03) — Question 885
A company has multiple Microsoft Windows SMB file servers and Linux NFS file servers for file sharing in an on-premises environment. As part of the company's AWS migration plan, the company wants to consolidate the file servers in the AWS Cloud.
The company needs a managed AWS storage service that supports both NFS and SMB access. The solution must be able to share between protocols. The solution must have redundancy at the Availability Zone level.
Which solution will meet these requirements?
Answer options
- A. Use Amazon FSx for NetApp ONTAP for storage. Configure multi-protocol access.
- B. Create two Amazon EC2 instances. Use one EC2 instance for Windows SMB file server access and one EC2 instance for Linux NFS file server access.
- C. Use Amazon FSx for NetApp ONTAP for SMB access. Use Amazon FSx for Lustre for NFS access.
- D. Use Amazon S3 storage. Access Amazon S3 through an Amazon S3 File Gateway.
Correct answer: A
Explanation
Amazon FSx for NetApp ONTAP is a fully managed service that natively supports multi-protocol (NFS and SMB) access to the same dataset, allowing seamless sharing between Windows and Linux clients while offering Multi-AZ deployment options for high availability. Setting up self-managed EC2 instances does not meet the managed service requirement and introduces administrative overhead. Using separate FSx systems or S3 File Gateway does not allow unified, simultaneous multi-protocol sharing of the same files with native filesystem semantics.