AWS Certified SysOps Administrator – Associate — Question 73
A company’s SysOps administrator attempts to restore an Amazon Elastic Block Store (Amazon EBS) snapshot. However, the snapshot is missing because another system administrator accidentally deleted the snapshot. The company needs the ability to recover snapshots for a specified period of time after snapshots are deleted.
Which solution will provide this functionality?
Answer options
- A. Turn on deletion protection on individual EBS snapshots that need to be kept.
- B. Create an IAM policy that denies the deletion of EBS snapshots by using a condition statement for the snapshot age. Apply the policy to all users.
- C. Create a Recycle Bin retention rule for EBS snapshots for the desired retention period.
- D. Use Amazon EventBridge (Amazon CloudWatch Events) to schedule an AWS Lambda function to copy EBS snapshots to Amazon S3 Glacier.
Correct answer: C
Explanation
Option C is the correct answer because creating a Recycle Bin retention rule specifically allows for the recovery of deleted EBS snapshots within a defined timeframe. Option A does not help with recovering deleted snapshots after they are gone, while Option B is focused on preventing deletion rather than recovery. Option D involves creating backups in S3 Glacier but does not address the recovery of deleted snapshots directly.