Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to read AWS DLM (Data Lifecycle Management) error details

I created a snapshot lifecycle policy and it reached "DLM Policy State Change" state = Error. I cannot find where to read the event with error details (cause of the failure).

I have tried cloudwatch and created a Rule, it triggered the rule but still no event details.

like image 886
adetelec Avatar asked Jan 01 '23 22:01

adetelec


1 Answers

I am having the same problem, my data lifecycle manager throws an Error, and I have no idea how to get it.

What I did:

Go to your CloudTrail Event History and filter by Username DataLifecycleManager.

Depending on your region, the URL should be something like:

https://eu-west-1.console.aws.amazon.com/cloudtrail/home?region=eu-west-1#/events?Username=DataLifecycleManager

Then you will see a list of all the DataLifecycleManager events.

The ones interesting are Event name CreateSnapshot for Resource Type EC2 Volume.

Open one and click the button "View event".

Just for the record, I was having an error:

"Duplicate tag key 'Name' specified."

like image 67
MTG Avatar answered Jan 05 '23 03:01

MTG