nerdexam
Amazon

SAA-C03 · Question #589

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…

The correct answer is A. Use Amazon FSx for NetApp ONTAP for storage. Configure multi-protocol access. A company wants to migrate on-premises Windows SMB and Linux NFS file servers to a managed AWS storage service that supports both protocols, allows sharing between them, and has Availability Zone-level redundancy.

Submitted by javi_es· Mar 4, 2026Design Resilient Architectures

Question

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?

Options

  • AUse Amazon FSx for NetApp ONTAP for storage. Configure multi-protocol access.
  • BCreate two Amazon EC2 instances. Use one EC2 instance for Windows SMB file server access
  • CUse Amazon FSx for NetApp ONTAP for SMB access. Use Amazon FSx for Lustre for NFS
  • DUse Amazon S3 storage. Access Amazon S3 through an Amazon S3 File Gateway.

How the community answered

(33 responses)
  • A
    91% (30)
  • B
    3% (1)
  • D
    6% (2)

Why each option

A company wants to migrate on-premises Windows SMB and Linux NFS file servers to a managed AWS storage service that supports both protocols, allows sharing between them, and has Availability Zone-level redundancy.

AUse Amazon FSx for NetApp ONTAP for storage. Configure multi-protocol access.Correct

Amazon FSx for NetApp ONTAP is a fully managed file storage service that natively supports multi-protocol access, allowing clients to access the same file system data over both SMB and NFS. It also provides high availability and redundancy across Availability Zones, directly meeting all specified requirements for a managed, protocol-sharing solution.

BCreate two Amazon EC2 instances. Use one EC2 instance for Windows SMB file server access

Creating and managing two Amazon EC2 instances for separate SMB and NFS file servers requires significant operational overhead for OS management, file server software, storage, and ensuring data consistency/redundancy, which does not meet the requirement for a *managed AWS storage service*.

CUse Amazon FSx for NetApp ONTAP for SMB access. Use Amazon FSx for Lustre for NFS

Using Amazon FSx for NetApp ONTAP for SMB and Amazon FSx for Lustre for NFS would create two separate file systems, preventing data sharing between protocols and increasing management complexity. FSx for Lustre is also primarily designed for high-performance computing, not general-purpose multi-protocol file sharing.

DUse Amazon S3 storage. Access Amazon S3 through an Amazon S3 File Gateway.

Amazon S3 is object storage and does not natively support NFS or SMB protocols for direct file system access within AWS. While an Amazon S3 File Gateway can bridge on-premises access, it is not a managed file server solution directly within AWS for EC2 clients with multi-protocol support and sharing.

Concept tested: AWS managed file storage, multi-protocol file access, high availability

Source: https://aws.amazon.com/fsx/ontap/

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice