Topic 1 Question 375
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?
Delete the EFS file share. Create an Amazon FSx for Windows File Server file share for the EC2 instances.
Use the correct IAM credentials to mount the EFS file share.
Configure NFSv4 support on the Windows operating system that is running on the EC2 instances.
Allow the correct port for NFS through the security group and network ACL.
ユーザの投票
コメント(9)
- 正解だと思う選択肢: A
EFS is for Linux, FSx is for Windows
👍 3maddyr2023/07/24 - 正解だと思う選択肢: A
Vote for A
👍 2alexleely2023/07/23 D is correct Amazon EFS uses the Network File System version 4.1 (NFSv4.1) protocol to share file systems with EC2 instances. To mount an EFS file system on Windows-based EC2 instances, you need to ensure that the necessary network ports for NFS are allowed through the security group and network ACL associated with the instances.
👍 1trvtrinh2023/07/22
シャッフルモード