Topic 1 Question 305
A company is designing a shared storage solution for a gaming application that is hosted in the AWS Cloud. The company needs the ability to use SMB clients to access data. The solution must be fully managed.
Which AWS solution meets these requirements?
Create an AWS DataSync task that shares the data as a mountable file system. Mount the file system to the application server.
Create an Amazon EC2 Windows instance. Install and configure a Windows file share role on the instance. Connect the application server to the file share.
Create an Amazon FSx for Windows File Server file system. Attach the file system to the origin server. Connect the application server to the file system.
Create an Amazon S3 bucket. Assign an IAM role to the application to grant access to the S3 bucket. Mount the S3 bucket to the application server.
ユーザの投票
コメント(7)
C L: Amazon FSx for Windows File Server file system
👍 5Neha9992023/02/18Answer is C - SMB = storage gateway or FSx
👍 4rrharris2023/02/18- 正解だと思う選択肢: C
AWS FSx for Windows File Server is a fully managed native Microsoft Windows file system that is accessible through the SMB protocol. It provides features such as file system backups, integrated with Amazon S3, and Active Directory integration for user authentication and access control. This solution allows for the use of SMB clients to access the data and is fully managed, eliminating the need for the company to manage the underlying infrastructure.
👍 2LuckyAro2023/02/21
シャッフルモード