
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 has an aging network-attached storage (NAS) array in its data center. The NAS array presents SMB shares and NFS shares to client workstations. The company does not want to purchase a new NAS array. The company also does not want to incur the cost of renewing the NAS array's support contract. Some of the data is accessed frequently, but much of the data is inactive.
A solutions architect needs to implement a solution that migrates the data to Amazon S3, uses S3 Lifecycle policies, and maintains the same look and feel for the client workstations. The solutions architect has identified AWS Storage Gateway as part of the solution.
Which type of storage gateway should the solutions architect provision to meet these requirements?
A
Volume Gateway
B
Tape Gateway
C
Amazon FSx File Gateway
D
Amazon S3 File Gateway
Explanation:
Correct Answer: D. Amazon S3 File Gateway
Why this is the correct choice:
File-based access requirements: The NAS array presents SMB and NFS shares to client workstations, which are file-based protocols. Amazon S3 File Gateway provides a file interface (SMB or NFS) to Amazon S3, maintaining the same look and feel for client workstations.
Migration to Amazon S3: The requirement is to migrate data to Amazon S3, and Amazon S3 File Gateway stores files as objects in Amazon S3 buckets.
S3 Lifecycle policies: Since data is stored directly in Amazon S3, you can use S3 Lifecycle policies to manage data lifecycle (move infrequently accessed data to S3 Standard-IA, S3 Glacier, etc.), which matches the requirement that "much of the data is inactive."
Cost optimization: By moving to Amazon S3, the company avoids purchasing new hardware and renewing support contracts, while leveraging S3's pay-as-you-go pricing.
Why other options are incorrect:
A. Volume Gateway: Provides block storage (iSCSI) volumes, not file shares (SMB/NFS). This is suitable for applications that need block storage, not file shares.
B. Tape Gateway: Provides a virtual tape library (VTL) interface for backup applications, not file shares for client workstations.
C. Amazon FSx File Gateway: This is a specific type of File Gateway that provides access to Amazon FSx for Windows File Server, not direct access to Amazon S3 with S3 Lifecycle policies.
Key AWS Services Involved:
Architecture Benefits: