You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to replace my ssh sessions with ssm sessions and in my CICD pipelines, I want to use SSM manager to pass commands and run scripts on remote machine. So, to watch live logs, I am using
I am looking to replace my ssh sessions with ssm sessions and in my CICD pipelines, I want to use SSM manager to pass commands and run scripts on remote machine. So, to watch live logs, I am using
Issue I am facing is, when the command I executed in the remote fails, I do not get the error code to the host machine.
Is there a way to do this? To get the exit codes from the host machine?
The text was updated successfully, but these errors were encountered: