/ssmctl

AWS SSM Connector (WIP)

Primary LanguageShellMIT LicenseMIT

AWS SSM Session Connector

Description

With this tool, you can connect AWS instances with using SSM Session Manager via Terminal.

Requirements

Installation

  • You can use this command to install ssmctl tool :

For MacOS & Linux :

curl https://raw.githubusercontent.com/sefaydinelli/ssmctl/main/ssmctl.sh > ssmctl && \
    sudo cp ssmctl /usr/local/bin/ && \
    sudo chmod +x /usr/local/bin/ssmctl

After this, you can use ssmctl help command.