
Ultimate access to all questions.
A company is seeking to implement a disaster recovery solution for an application operating within their data center. This application currently writes data to an SMB file share and subsequently creates a backup copy on a different file share located in the same data center. The application handles two distinct types of files: metadata files and image files. The company's objective is to securely store this backup data on AWS while maintaining the capability to access it via SMB protocol from either the on-premises data center or AWS in the event of a disaster. It is crucial that this backup data, which is infrequently accessed, remains accessible within a 5-minute timeframe when needed.
A
Deploy AWS Outposts equipped with Amazon S3 storage and set up a Windows Amazon EC2 instance on Outposts to function as a file server.
B
Deploy an Amazon FSx File Gateway and configure an Amazon FSx for Windows File Server Multi-AZ file system utilizing SSD storage.
C
Deploy an Amazon S3 File Gateway and configure it to use Amazon S3 Standard-Infrequent Access (S3 Standard-IA) for the metadata files, and S3 Glacier Deep Archive for the image files.
D
Deploy an Amazon S3 File Gateway and configure it to use Amazon S3 Standard-Infrequent Access (S3 Standard-IA) for both the metadata files and the image files.