Комментарии •

  • @jewel1828
    @jewel1828 Год назад

    I was having issues connecting to my session from a lab i was following. I kept banging my head but it finally worked after watching your vid. Awesome !! Thanks

  • @korman2773
    @korman2773 3 года назад +7

    Nice to hear someone teaching and being security conscious.

  • @rwang5688
    @rwang5688 3 года назад +4

    Thank you. This is a great demo and also promotes security best practices.

  • @santiagobarclay7856
    @santiagobarclay7856 3 года назад +1

    Great video!

  • @MCJams
    @MCJams 3 года назад +2

    Why is everyone bad at explaining stuff? You never explained how you got the roles page. I cant even find it. My Aws pages look completely different thajn yours.

    • @F53254
      @F53254 2 года назад

      What did you see on yours? Can you see Service at top left hand corner. just client and then type IAM.

  • @here-i-am2316
    @here-i-am2316 2 года назад

    If you have VPC without internet access, you can still use SSM, but you will need to add the following VPC PrivateLink endpoints (ec2, ec2-messages, SSM and SSM-messages)

  • @sheikhs121
    @sheikhs121 2 года назад

    does SSM (session manager) supported in lightsail instance (windows) as well?

  • @middle_class_traveller
    @middle_class_traveller 2 года назад

    can we use the instance without keypair in ssh

  • @gowthamakanthan
    @gowthamakanthan 3 года назад

    Is there any particular reason we are moving to SSM instead of ec2-instance-connect? What would be the drawbacks with SSM?

    • @LinuxBTW
      @LinuxBTW 3 года назад +1

      I like SSM Session Manager because the command history and access calls go to CloudWatch / CloudTrail, and then I can run jobs as needed for various compliance functions

  • @hardlyconfused3541
    @hardlyconfused3541 3 года назад

    No aws images. Please show us how to install for non-aws images

  • @danmendes2749
    @danmendes2749 3 года назад +1

    Very useful video... just one thing I hate about session manager no autocomplete

    • @LinuxBTW
      @LinuxBTW 3 года назад +1

      The first thing our team does when launching a SSM session is launch 'bash', which then acts like it should

  • @TheHappyCoder
    @TheHappyCoder 2 года назад

    It all seems nice and dandy but how do I get bash support within a session manager session?

    • @gowthamshankar9784
      @gowthamshankar9784 Год назад +1

      You should be able to enable bash using Shell Profiles. Navigate to the Preferences section of the AWS Sessions Manager and add /bin/bash to the Linux Shell Profile. You should be all set.

  • @zekeriyaakgun8933
    @zekeriyaakgun8933 3 года назад

    Hello, do you have the advice or training to use session manager on private ec2.

    • @LinuxBTW
      @LinuxBTW 3 года назад +3

      We run our instances in a private subnet and create a SSM VPC endpoint and are then able to get to them directly with an audit trail in CloudTrail and CloudWatch

    • @svsaws2142
      @svsaws2142 2 года назад

      Hi Zekeriya,
      I am finding difficulty in connecting private instance(with no public IP and no port for SSH/https ) using ec2-->connect-->session manger. Have you find any method other than using VPC endpoints ?

    • @datavesr
      @datavesr 2 года назад

      @@svsaws2142 Hello svs; In my opinion actually best secure way is the session manager for EC2 connection. For 3 VPC endpoints, you can use the same SG and after that, you need to attach EC2 SG to VPC SG inbound rule.
      Thank you

  • @luisswimer
    @luisswimer 2 года назад

    I get the following error:
    ----------ERROR-------
    Encountered error while initiating handshake. Fetching data key failed: Unable to retrieve data key, Error when decrypting data key AccessDeniedException: The ciphertext refers to a customer master key that does not exist, does not exist in this region, or you are not allowed to access.

    • @datavesr
      @datavesr 2 года назад

      Hello; Can you check the IAM role did you give the required metrics for the IAM role? Also make sure SSM agent working from EC2 client.

  • @datavesr
    @datavesr 2 года назад

    Do we have some integration for RDS DB ?

    • @here-i-am2316
      @here-i-am2316 2 года назад

      That’s the Data API feature you can enable on the RDS instance

  • @anthonycarella1779
    @anthonycarella1779 2 года назад

    1:53 "If you're using a different Linux, or a different AMI, you're going to have to build that into it..."
    This was the whole point of coming to the video...