Question 385:
You are working as an AWS Architect for a retail company using AWS EC2 instance for a web application. The company is using Provisioned IOPS SSD EBS volumes to store all product database. This is a critical database & you need to ensure appropriate backups are accomplished every 12 hours. Also, you need to ensure that storage space is optimally used for storing all these snapshots removing all older files. Which of the following can help to meet this requirement with the least management overhead?
Answer options:
A.Manually create snapshots & delete old snapshots for EBS volumes as this is a critical data. B.Use Amazon CloudWatch events to initiate AWS Lambda which will create snapshot of EBS volumes along with deletion of old snapshots. C.Use Amazon Data Lifecycle Manager to schedule EBS snapshots and delete old snapshots as per retention policy. D.Use Third party tool to create snapshot of EBS volumes along with deletion of old snapshots.