Bastion host | How to SSH into a private VM in AWS?

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024

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

  • @mohajeramir
    @mohajeramir Год назад +2

    The best series.

    • @listentolearn2363
      @listentolearn2363  11 месяцев назад

      Thanks so much Mohajeramir! means a lot to me.

  • @dihydrogenmonoxide6804
    @dihydrogenmonoxide6804 2 года назад +1

    Really useful video! Helped me clarify.
    For some reason I thought a Bastion worked like a Destination NAT

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

    Thank you so much for simple explantion indeed this is a rare video.

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

      Glad it was helpful! thanks for the support!

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

      @@listentolearn2363 Awaiting many more simple explanation gems !

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

    ssh-add keypair.pem
    error shows "Could not open a connection to your authentication agent"
    .

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

      Hi Kishore,
      You might have to start the ssh-agent.
      eval `ssh-agent -s`

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

    Nice video tutorial but you haven't associated private subnet with any route table or created private route table.
    So I believe by default private subnet using default route table which you have used for public subnet.

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

      Hi Navid, Thanks. Yes, it will use the default route table. Still, it's not possible to SSH into the instance. However, I agree that it's better to create a separate route table.

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

    Please zoom so that the commands are visible
    .

  • @mr.anonymous8534
    @mr.anonymous8534 Год назад

    How you gone to terminal? I struck in that step is cmd terminal or ec2 terminal?

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

      Hello, I am using Terminal in mac here.. If its windows, pls use cmd.

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

    which was this terminal for EC2?