AWS Session Manager Plugin Installation Method [macOS Monterey 12.4 Edition]
I’ll introduce how to install the AWS Session Manager plugin on macOS Monterey 12.4.
On macOS Monterey 12.4, I couldn’t install using the steps in the AWS official documentation - (Optional) Install the Session Manager plugin for the AWS CLI, so I wrote this article.
cd ~/Downloads/
curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/mac/sessionmanager-bundle.zip" -o "sessionmanager-bundle.zip"
unzip sessionmanager-bundle.zip
sudo python3 sessionmanager-bundle/install
rm -rf ~/Downloads/sessionmanager-bundle*
Above, I installed the AWS Session Manager plugin on macOS Monterey 12.4.
That’s all from the Gemba.