AWS Certified SysOps Administrator – Associate — Question 213
A company has an application that uses an Amazon Elastic File System (Amazon EFS) file system. A recent incident that involved an application logic error corrupted several files. The company wants to improve its ability to back up and recover the EFS file system. The company must be able to recover individual files rapidly.
Which solution meets these requirements MOST cost-effectively?
Answer options
- A. Configure Amazon Data Lifecycle Manager (Amazon DLM) to archive a copy of the data to an Amazon S3 Glacier vault. Use S3 Glacier retrieval requests to retrieve individual files.
- B. Create a second EFS file system in another AWS Region. Configure AWS DataSync to copy the data to the backup file system. Recover files by copying them from the backup EFS file system.
- C. Enable AWS Backup in Amazon EFS to back up the file system to an Amazon S3 Glacier vault. Use S3 Glacier retrieval requests to retrieve individual files.
- D. Enable AWS Backup in Amazon EFS to back up the file system to a backup vault. Use a partial restore job to retrieve individual files.
Correct answer: D
Explanation
The correct answer is D because enabling AWS Backup in Amazon EFS allows for efficient backups and facilitates partial restores, enabling rapid access to individual files when needed. Options A and C involve S3 Glacier, which is not designed for quick access to individual files due to its retrieval times, making them less suitable. Option B introduces complexity and potential delays by requiring a second EFS and DataSync for recovery.