EC2 connect through AWS SSM

You can directly connect to an AWS EC2 instance from Leapp through AWS System Manager (AWS SSM).

Info

To setup SSM follow this guide.

To correctly connect follow these steps:

  1. Right-click on a suitable AWS session to open the contextual menu
  2. Click on View SSM sessions
  3. Select the AWS region in which your instance is located
  4. Wait for Leapp to load your instances
  5. Select the instance and click connect
  6. Wait for the terminal to open
  7. Focus the terminal window and write /bin/bash; press Enter and you'll be inside the terminal of your Instance

Warning

If the user is not granted the right permissions, the operation will fail and Leapp will throw an error message.

Back to top