Runbook fails at initialization without further information

0

I have deployed a runbook using stacksets in multiple regions and accounts. The runbook runs fine in the initial account (where I created and ran it it for testing, and then deleted it before deploying it again using a stackset), but does not work in any other account/region combination.

After running the stackset, the various runbooks in all regions/accounts are exactly the same. Below is the error I get in a failing region using the CLI and "describe-remediation-execution-status". There is no log to find in Cloudtrail using the StartAutomationExecution event.

What could be a possible cause?

{

"RemediationExecutionStatuses": [
    {
        "ResourceKey": {
            "resourceType": "AWS::EC2::Instance",
            "resourceId": "i-xyz"
        },
        "State": "FAILED",
        "StepDetails": [
            {
                "Name": "Initialization",
                "State": "FAILED",
                "ErrorMessage": "Invalid Automation document content for name-of-the-runbook",
                "StartTime": "000",
                "StopTime": "001"
            }
        ],
        "InvocationTime": "000",
        "LastUpdatedTime": "001"
    }
]

}

질문됨 2년 전247회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠