aws / aws/aws-cli

Provide a way to pass the path of `session-manager-plugin` to `aws ssm start-session`

Open
#6,800 5 comments 5 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.