Skip to content

Instantly share code, notes, and snippets.

@thetminko
Created February 18, 2023 06:54
Show Gist options
  • Save thetminko/49bd66356c64be0e6cbe608277b0b016 to your computer and use it in GitHub Desktop.
Save thetminko/49bd66356c64be0e6cbe608277b0b016 to your computer and use it in GitHub Desktop.
AWS Session Manager
curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/mac/session-manager-plugin.pkg" -o "session-manager-plugin.pkg"
sudo installer -pkg session-manager-plugin.pkg -target /
sudo ln -s /usr/local/sessionmanagerplugin/bin/session-manager-plugin /usr/local/bin/session-manager-plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment