Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.17 KB

ssh-access.md

File metadata and controls

24 lines (17 loc) · 1.17 KB

SSH Access

SSM-Scala is a tool executing commands on EC2 instances authenticated by IAM credentials. It can be used to establish SSH sessions, or use EC2 Run Command to execute commands without an interactive shell.

Usage

The project's README contains detailed instructions for using the tool with your projects.

In summary:

  • Add EC2's SSM agent using one of the following approaches
  • Ensure AWS has permission to execute commands on the instance using one of the following approaches
    • add the AWS managed policy to your instance profile
    • add the specific required permissions to your instance profile
  • have sshd running
  • have ssh access permitted (port 22, ideally locked down to an appropriate IP range)

Download

The application is available to download from the repository github, or via homebrew.