Connect to EC2 Instance using AWS Systems Manager (SSM) Session Manager | Part 1 of 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

ความคิดเห็น • 10

  • @khnaz35
    @khnaz35 3 หลายเดือนก่อน

    Thank you so much for your hard work. I made a mistake while setting up limited access for my server via SSH manager and accidentally locked myself out, as I didn't realize my user was not on the access list. I had to use another route to edit the file, and your video was incredibly helpful for a quick fix.

  • @theomer0002
    @theomer0002 23 วันที่ผ่านมา

    Thank you, you are the only one out there who mentioned the creation of endpoints and basically solved my issue

  • @AnilKumar-jj5ht
    @AnilKumar-jj5ht 11 หลายเดือนก่อน +1

    Excellent.. explained neatly.. thanks.

  • @prakhargoel4142
    @prakhargoel4142 10 หลายเดือนก่อน

    Very well explained! Thanks

  • @neelroshania7116
    @neelroshania7116 11 หลายเดือนก่อน +1

    This was really helpfull, thank you!

  • @PrakashKumar-pn3hy
    @PrakashKumar-pn3hy 7 หลายเดือนก่อน

    In one of your previous videos, you set up three endpoints: ssm, ssmmessages, and ec2messages. However, you didn't created the ec2messages endpoint here. Any particular reason for that?

  • @Vinay5555
    @Vinay5555 ปีที่แล้ว +1

    I presume the default user is admin while logging in via session manager, can i user another user with a read only privilege?

    • @unmaskITnow
      @unmaskITnow  ปีที่แล้ว +1

      Hi, good to hear back from you. When a session is started for the first time SSM agent creates a local user account ssm-user and adds it to the Administrators group (Windows). You can change the permissions of ssm-user but cannot use another user with Session Manager.
      I will aim to target this in my next video.

    • @Vinay5555
      @Vinay5555 ปีที่แล้ว +1

      @@unmaskITnow thanks for the reply, i am trying to setup access to my vendors (read only) and my engineers to access fleet manager or session manager to access my infra, your video happen to be at the right time :), is there a way to integrate AD for user authentication for session manager or fleet manager?

    • @unmaskITnow
      @unmaskITnow  ปีที่แล้ว

      Yes, you can grant access to Session Manager through SAML federation for AD users through an identity provider.
      aws.amazon.com/blogs/mt/configure-session-manager-access-for-federated-users-using-saml-session-tags/
      This link above uses Okta as an identity provider but any SAML based provider should work. Note that, the federated user has the permissions to start a session but user for powershell session is still ssm-user