
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is implementing a shared storage solution for a gaming application that is hosted in the AWS Cloud. The company needs the ability to use Lustre clients to access data. The solution must be fully managed.
Which solution meets these requirements?
A
Create an AWS DataSync task that shares the data as a mountable file system. Mount the file system to the application server.
B
Create an AWS Storage Gateway file gateway. Create a file share that uses the required client protocol. Connect the application server to the file share.
C
Create an Amazon Elastic File System (Amazon EFS) file system, and configure it to support Lustre. Attach the file system to the origin server. Connect the application server to the file system.
D
Create an Amazon FSx for Lustre file system. Attach the file system to the origin server. Connect the application server to the file system.
Explanation:
Correct Answer: D - Create an Amazon FSx for Lustre file system
Amazon FSx for Lustre is specifically designed to provide fully managed Lustre file systems. Here's why this is the correct solution:
A. AWS DataSync:
B. AWS Storage Gateway:
C. Amazon EFS:
This solution perfectly matches the requirements for a fully managed Lustre file system accessible by Lustre clients for a gaming application.