AWS Certified SysOps Administrator – Associate — Question 293

A SysOps administrator has many Windows Amazon EC2 instances that need to share a file system between nodes. The SysOps administrator creates an Amazon Elastic File System (Amazon EFS) file share. After creation of the file share, the SysOps administrator is having trouble mounting the file share to the EC2 instances.

Which action should the SysOps administrator take so that the EC2 instances can share the files?

Answer options

Correct answer: A

Explanation

Amazon EFS is natively designed for Linux-based workloads and does not officially support Windows EC2 instances. To share files among Windows instances, Amazon FSx for Windows File Server should be used as it natively supports the SMB protocol. Modifying NFS configurations, security groups, or IAM credentials will not resolve the underlying compatibility issue between Windows and EFS.