I asked a while ago: AWS Run Command act different than running on server locally
Why does AWS Run Command act so different than normal operations. It does very strange things.
For instance:
I run a send-command from my Bamboo Server, to my EC2, then once my EC2 is finished, it sends another send-command back to my Bamboo Server
This Fails... the send command never reaches my Bamboo Server
Now I can run that same batch file manually on my EC2, it does it's thing, then sends the other ssm send-command back to other EC2. No problem.
What is so different? I have full permissions. I don't see any log errors or anything.
Another thing:
My batch file always runs in the background... is this why I'm getting weird results from the aforementioned problem? Why does it always run my apps/exe in the background?
Any insight would be awesome! Thank you!