Debian Server 및 Ubuntu Server에 Session Manager 플러그인 설치 - AWS Systems Manager

Debian Server 및 Ubuntu Server에 Session Manager 플러그인 설치

  1. Session Manager 플러그인 deb 패키지를 다운로드합니다.

    x86_64
    curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"
    x86
    curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_32bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"
    ARM64
    curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_arm64/session-manager-plugin.deb" -o "session-manager-plugin.deb"
  2. 설치 명령을 실행합니다.

    sudo dpkg -i session-manager-plugin.deb
  3. 설치가 성공적인지 확인합니다. 자세한 내용은 Session Manager 플러그인 설치 확인을 참조하세요.

참고

플러그인을 제거하려는 경우 sudo dpkg -r session-manager-plugin를 실행합니다.