Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-59821

Support AWS SSM Session Manager SSH Connection

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • ec2-plugin
    • None
    • Jenkins ver. 2.199

      AWS Have release an update to https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-enable-ssh-connections.html

      Only change on the client side is to add the following to ~/.ssh/config

      # SSH over Session Manager
      host i-* mi-*
          ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
      

      The ec2 plugin needs updating to allow instance id be an option in the Connection Strategy dropdown.

          [JENKINS-59821] Support AWS SSM Session Manager SSH Connection

          There are no comments yet on this issue.

            thoulen FABRIZIO MANFREDI
            synalogik Ebrahim Moshaya
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: