AWS Session Manager Plugin Installation Method [macOS Monterey 12.4 Edition]

Tadashi Shigeoka ·  Tue, June 28, 2022

I’ll introduce how to install the AWS Session Manager plugin on macOS Monterey 12.4.

AWS | Amazon Web Services

Background: Could Not Install Using AWS Official Documentation Steps

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.

AWS Session Manager Plugin Installation Steps

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.