Question 127
A company wants to design a disaster recovery (DR) solution for an application that runs in the company’s data center. The application writes to an SMB file share and creates a copy on a second file share. Both file shares are in the data center. The application uses two types of files: metadata files and image files. The company wants to store the copy on AWS. The company needs the ability to use SMB to access the data from either the data center or AWS if a disaster occurs. The copy of the data is rarely accessed but must be available within 5 minutes.
Show Answer
Amazon S3 File Gateway provides SMB access while storing files as objects in Amazon S3, making it suitable for keeping a DR copy in AWS. Using S3 Standard-IA aligns with the requirement that the data is rarely accessed but must be rapidly available (within minutes). Option C is incorrect because Glacier Deep Archive retrieval is far too slow. Option B provides SMB through FSx for Windows but is designed for active Windows file systems and SSD-backed storage, which is unnecessarily expensive for a rarely accessed DR copy stored in AWS. Option A does not fit the stated DR storage requirement.