
Answer-first summary for fast verification
Answer: Set up a new S3 bucket and deploy an AWS Storage Gateway file gateway within the VPC connected to the Direct Connect link. Configure a new SMB file share for nightly database exports to be written to.
The correct answer is A. Deploying an AWS Storage Gateway file gateway within the VPC connected to the Direct Connect link and creating a new SMB file share is the most cost-effective solution for several reasons. File Gateway supports both SMB and NFS protocols, making it appropriate for this use case, and it directly integrates with Amazon S3, allowing the company to offload their nightly backups efficiently and cost-effectively to S3. Additionally, this solution leverages the existing Direct Connect connection for optimized network bandwidth, minimizing latency and potential data transfer charges. Option D, on the other hand, introduces complexity and potentially higher costs by involving volume gateway and extra steps in automating copies of data to S3.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company is using an on-premises Microsoft SQL Server database that generates a nightly backup of 200 GB to a local drive. They wish to transfer these backups to more reliable cloud storage on Amazon S3. The company has already established a 10 Gbps AWS Direct Connect link between their on-premises data center and AWS. Which solution offers the most cost-effective approach to meet these requirements?
A
Set up a new S3 bucket and deploy an AWS Storage Gateway file gateway within the VPC connected to the Direct Connect link. Configure a new SMB file share for nightly database exports to be written to.
B
Establish an Amazon FSx for Windows File Server Single-AZ file system within the VPC connected to the Direct Connect link. Set up a new SMB file share and enable nightly backups for database exports to be written to the FSx file system.
C
Deploy an Amazon FSx for Windows File Server Multi-AZ file system within the VPC connected to the Direct Connect link. Create a new SMB file share and enable nightly backups for database exports to be written to the FSx file system.
D
Create a new S3 bucket and deploy an AWS Storage Gateway volume gateway within the VPC connected to the Direct Connect link. Set up a new SMB file share for database exports to be written to the volume gateway, and automate the transfer of this data to the S3 bucket.