ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

181 / 500

Question 181:

You have a requirement to automate the creation of EBS Snapshots. You need to create a trigger for this activity. Which of the following can be used to achieve this in the best way possible?

Answer options:

A.Create a powershell script that uses the AWS CLI to get the volumes and then run the script as a cron job.
B.Use the AWS Config service to create a snapshot of the AWS Volumes.
C.Use the AWS CodeDeploy service to create a snapshot of the AWS Volumes.
D.Use Cloudwatch Events to trigger the snapshots of EBS Volumes.