Replies: 1 comment
-
Hello @whlustb, Thanks for reaching out. Looking at your issue, I would like to request more information to actually find out what might have gone wrong. Can you elaborate more on what you mean by the command being "killed" in 1 hour? Moreover, Can you check the status of this command in ssm, perhaps using the console and see if that command already ran? Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, I have set the timeoutseconds parameter to 24hour, but it killed in 1 hour, can I get any help? thank you.
sendCommandInput := &ssm.SendCommandInput{
DocumentName: aws.String("AWS-RunShellScript"),
TimeoutSeconds: aws.Int32(24*3600),
InstanceIds: []string{instanceID},
Parameters: map[string][]string{
"commands": commands,
},
}
Beta Was this translation helpful? Give feedback.
All reactions