Cloudwatch failedinvocation error no logs available

后端 未结 8 1461
感动是毒
感动是毒 2020-12-29 04:31

I have set up a Cloudwatch rule event where an ECS task definition is started when a previous task definition is completed.

I can see the event triggers the task de

8条回答
  •  情歌与酒
    2020-12-29 04:57

    If the rule has been successfully triggered, but the invocation on the target failed, you should see a trace of the API call in the Event History inside the AWS CloudTrail looking at the errorCode and errorMessage properties:

    {
       [..]
       "errorCode": "InvalidInputException",
       "errorMessage": "Artifacts type is required",
       [..]
    }
    

提交回复
热议问题