This article explains the steps to install Session Manager Plugin for the AWS CLI on MAC OSX using homebrew cask

  • App Name – Session Manager Plugin for the AWS CLI
  • App Version – 1.1.61.0
  • App url – https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html
  • App dmg file – packagedmglink
  • App appcast link – https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html

Steps To Install Session Manager Plugin for the AWS CLI

  • Open Spotlight search using “command + space” button and type “Terminal“. Then press “return/enter” key. This will open terminal.

    spotlight search terminal

  • Run the following command in terminal to install brew cask

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null

    Install brew cask on mac

  • Now install Session Manager Plugin for the AWS CLI with the following command

    brew install --cask session-manager-plugin

  • Session Manager Plugin for the AWS CLI is installed now and ready to use!