Provide a way to pass the path of `session-manager-plugin` to `aws ssm start-session`
Open
feature-request
p3
ssm start-session
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
In some situations, `session-manager-plugin` may be installed but may not be in the `PATH`. See: https://github.com/TablePlus/TablePlus/issues/2531#issuecomment-1071949787.
It would be helpful if there was a way to pass the full path to `session-manager-plugin` in the `aws ssm start-session` command. Example:
```
/usr/local/bin/aws ssm start-session \
--target i-123412341234 \
--session-manager-plugin /usr/local/bin/session-manager-plugin
````
Contributor guide
Assessment
This issue has not been assessed yet.