AWS Certified Solutions Architect – Associate (SAA-C03) — Question 106
A company is implementing a shared storage solution for a gaming application that is hosted in an on-premises data center. The company needs the ability to use Lustre clients to access data. The solution must be fully managed.
Which solution meets these requirements?
Answer options
- A. 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.
- B. 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.
- 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.
Correct answer: D
Explanation
The correct answer is D because Amazon FSx for Lustre is specifically designed to support Lustre clients and is a fully managed service. Options A and B do not support Lustre, and option C uses Amazon EFS, which is not optimized for Lustre workloads.