Topic 1 Question 186
A company has a Windows-based application that must be migrated to AWS. The application requires the use of a shared Windows file system attached to multiple Amazon EC2 Windows instances that are deployed across multiple Availability Zone:
What should a solutions architect do to meet this requirement?
Configure AWS Storage Gateway in volume gateway mode. Mount the volume to each Windows instance.
Configure Amazon FSx for Windows File Server. Mount the Amazon FSx file system to each Windows instance.
Configure a file system by using Amazon Elastic File System (Amazon EFS). Mount the EFS file system to each Windows instance.
Configure an Amazon Elastic Block Store (Amazon EBS) volume with the required size. Attach each EC2 instance to the volume. Mount the file system within the volume to each Windows instance.
ユーザの投票
コメント(11)
Correct is B FSx --> shared Windows file system(SMB) EFS --> Linux NFS
👍 5Nigma2022/11/16- 正解だと思う選択肢: B
Amazon FSx for Windows File Server
👍 3rjam2022/11/16 - 正解だと思う 選択肢: B
A. Configure AWS Storage Gateway in volume gateway mode. Mount the volume to each Windows instance.
This option is incorrect because AWS Storage Gateway is not a file storage service. It is a hybrid storage service that allows you to store data in the cloud while maintaining low-latency access to frequently accessed data. It is designed to integrate with on-premises storage systems, not to provide file storage for Amazon EC2 instances.
B. Configure Amazon FSx for Windows File Server. Mount the Amazon FSx file system to each Windows instance.
This is the correct answer. Amazon FSx for Windows File Server is a fully managed file storage service that provides a native Windows file system that can be accessed over the SMB protocol. It is specifically designed for use with Windows-based applications, and it can be easily integrated with existing applications by mounting the file system to each EC2 instance.
👍 3Buruguduystunstugudunstuy2022/12/22
シャッフルモード