
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 media 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?
A
Create an AWS Storage Gateway volume gateway. Create a file share that uses the required client protocol. Connect the application server to the file share.
B
Create an AWS Storage Gateway tape gateway. Configure tapes to use Amazon S3. Connect the application server to the tape gateway.
C
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.
D
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.
Explanation:
Correct Answer: D
Amazon FSx for Windows File Server is the correct solution because:
Why the other options are incorrect:
A. AWS Storage Gateway volume gateway: While Storage Gateway can provide file shares, it's primarily designed for hybrid cloud scenarios connecting on-premises environments to AWS. It's not the best choice for a fully cloud-native media application.
B. AWS Storage Gateway tape gateway: This is designed for backup and archival purposes using virtual tapes, not for active file sharing with SMB clients for media applications.
C. Amazon EC2 Windows instance with file share role: This is not a fully managed solution. The company would need to manage the EC2 instance, install updates, configure security, and handle scaling themselves, which contradicts the "fully managed" requirement.
Key AWS Services Comparison:
For a media application in AWS Cloud requiring SMB client access with a fully managed solution, Amazon FSx for Windows File Server is the optimal choice.