AWS Systems Manager Automation failed execution

0

AWS Systems Manager Automation failed execution

Was restoring EC2 from snapshot and the automation failed (AWSSupport-RestoreEC2InstanceFromSnapshot). ref: https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-restoreec2instancefromsnapshot.html https://us-east-1.console.aws.amazon.com/systems-manager/automation/execute/AWSSupport-RestoreEC2InstanceFromSnapshot?region=us-east-1

The two attempted executions both show status as failed and haven't cleared. https://us-east-1.console.aws.amazon.com/systems-manager/automation/executions?region=us-east-1

The execution detail still shows status "pending" for the remaining steps, and the [Cancel Execution] button isn't enabled. https://us-east-1.console.aws.amazon.com/systems-manager/automation/execution/a8fe0abba0abba0abba0abba...

Now the "Execute automation runbook" fails at "checkForConcurrentExecution" - how can I clear the queue so this will run to completion?

gefragt vor 6 Monaten213 Aufrufe
2 Antworten
0
Akzeptierte Antwort

Thank you for your rePost question. My name is Yogesh - an AWS Support Engineer who will be addressing your inquiry today.

In the AWS SSM Automation document 'AWSSupport-RestoreEC2InstanceFromSnapshot', step 'checkForConcurrentExecution' is at #4.

Please Click on 'Execution ID' and then step id (#4). Please share the error message seen here.

According to the execution of the automation steps, irrespective of the status of previous steps, the following steps will be in pending. However, it is the 'Overall Status of Automation execution' that determines whether the execution was failed / succeeded. [1] Hence, to clear or cancel,

To Stop an automation Execution (if the cancel button is disabled), please attempt to use the below CLI Command. [2] (However, Kindly note that the 'already completed automation, be it successful or failed, cannot be cancelled).

aws ssm stop-automation-execution --automation-execution-id "4105a4fc-f944-11e6-9d32-0a1b2EXAMPLE"

(execution id shared above is sample, shall be replaced with original automation execution id)

If any inputs shared above requires clarifications, kindly post the same and shall be glad to assist on it.

References:

[1] https://docs.aws.amazon.com/systems-manager/latest/userguide/automation-statuses.html#automation-statuses-about

[2] https://docs.aws.amazon.com/cli/latest/reference/ssm/stop-automation-execution.html

beantwortet vor 6 Monaten
0

AWS staff confirmed the script has an error for certain conditions and does not properly validate the input fields.

ref: Case ID: 14308537081

beantwortet vor 6 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen