Data Lifecycle Manager

0

We have configured Data Lifecycle Manager and its working fine. We need audit log for Data Lifecycle Manager success or failure.

asked a year ago237 views
1 Answer
1

A "CreateSnapshot" event is output to CloudTrail.
You can check this to see if it has failed or succeeded.

As described in the following document, there is also a CloudWatch metric called "SnapshotsCreateFailed" that can be used to check the number of failed attempts.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitor-dlm-cw-metrics.html#metrics

It is also possible to use "Event Bridge" to be notified when a "CreateSnapshot" event occurs.

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions