Janos Feher
Janos Feher
I can confirm this issue.
As a workaround, maybe https://github.com/efrecon/docker-s3fs-client could help? Has anyone tried using mounting S3 with FUSE?
> More on `unbuffer` & `expect` https://stackoverflow.com/questions/66066753/aws-start-session-end-with-cannot-perform-start-session-eof > > Side note, you can run single commands like so > > ``` > unbuffer aws ssm start-session \ > --document-name 'AWS-StartNonInteractiveCommand'...
Thank you. The command that I tried to execute is what OP tried: `aws ssm start-session --target i-xyz` . I added `unbuffer` to the beginning, same error: `unbuffer aws ssm...