Terraform how to SSH into AWS EC2 instance? - Part 10

Поділитися
Вставка
  • Опубліковано 11 жов 2024

КОМЕНТАРІ • 47

  • @irinamihai-s9n
    @irinamihai-s9n 7 місяців тому +1

    After watching some videos, this was the easyest and it worked from first ,thanks

  • @ashishtayal6862
    @ashishtayal6862 Рік тому +2

    Really amazing Tutorials. U explained well each topic. Kindly complete this series

    • @RahulWagh
      @RahulWagh  Рік тому +1

      Here are the playlist -
      1. Terraform - ua-cam.com/play/PL7iMyoQPMtAOz187ezONf7pL8oGZRobYl.html
      2. Ansible - ua-cam.com/play/PL7iMyoQPMtAPZl58ovoOlxFxNPioSx838.html
      3. Hashicorp Vault - ua-cam.com/play/PL7iMyoQPMtAP7XeXabzWnNKGkCex1C_3C.html
      4. AWS - ua-cam.com/play/PL7iMyoQPMtAMbPEQhayBRgapUQyNmG44p.html

    • @sadikseven
      @sadikseven Рік тому

      thanks @@RahulWagh

  • @sunil361978
    @sunil361978 Рік тому +3

    Thanks Rahul, very well explained, It's really helped me a lot.

  • @sb29542
    @sb29542 3 місяці тому

    Very good and informative and elaborately described. Thank you. If possible kindly create a series for GitLab detailed with runner as well.

  • @happylearningtricks
    @happylearningtricks Рік тому +1

    very helpful - many thanks

  • @emdadulhuq6108
    @emdadulhuq6108 Рік тому

    Really Amazing Tutorials. Learning a lot of things. Thanks

  • @sivarasana3641
    @sivarasana3641 Рік тому

    Great session Sir

  • @ArsenGTS
    @ArsenGTS 2 роки тому +1

    I would like to thank you for this video! You helped me tremendously!

  • @ramamt6350
    @ramamt6350 2 роки тому +1

    Thank you a lot. can you please make the vedio about terraform templates

  • @manojreddy83346
    @manojreddy83346 9 місяців тому

    tq so much man........................

  • @ASHISHKUMAR-ss3rj
    @ASHISHKUMAR-ss3rj 3 роки тому

    Thanks Rahul

  • @nikhilnambiar6811
    @nikhilnambiar6811 2 роки тому +1

    Thank you 🙏

  • @funnel_kpmgtest6034
    @funnel_kpmgtest6034 2 роки тому

    Thank you! it's save my time.

  • @panchalchetan0
    @panchalchetan0 Рік тому

    Hey Rahul, request you to please upload ALB details video? thanks in advance.

  • @deepakranjanmishra5641
    @deepakranjanmishra5641 5 місяців тому

    Sir how to copy the pub ssh key of the master machine to the authorized_key file of the ec2 instance , created using terraform, using terraform script

  • @nelsondario4762
    @nelsondario4762 9 місяців тому

    how about existing vpc, security_groupIds and subnet ids?

  • @SachinTeradal-z9h
    @SachinTeradal-z9h 10 місяців тому

    EC2 provisioning using Terraform
    o Having a static IP
    o Accessible only PEM key file
    o SSH from a specific group of servers only. can you explain it how to do it
    with terraform module

  • @lakshmipasala9091
    @lakshmipasala9091 2 роки тому

    simply superb..Its worked well

  • @learningneverends6674
    @learningneverends6674 Рік тому

    U have created AWS instance using Terraform, but do u have any idea to connect EC2 using terraform + Githubactions and install docker or something.. I have tried with appleboy/ssh-actions but it is not connecting.. it says connections refused.. would be great if u could post that video as well.

  • @RahulPatel-fm2hy
    @RahulPatel-fm2hy Рік тому

    Hi, I need a help - i want to forward ssh default port 22 with some another port by terraform file.

  • @sammouse
    @sammouse 2 роки тому

    If i want to connect to private ec2 instance using terraform do i need to use windows jumpbox ( which can able to connect to my private ec2 instance) ? or any other way is there ?

  • @SachinTeradal-z9h
    @SachinTeradal-z9h 10 місяців тому

    hi, can I talk to you actually i have to learn terraform and needed to disscuss with you, i have some querry

  • @SachinTeradal-z9h
    @SachinTeradal-z9h 10 місяців тому

    can you provide module for that

  • @ariarchi
    @ariarchi 2 роки тому

    Thanks!

  • @eashan2405
    @eashan2405 2 роки тому +1

    I have created a Windows ec2 instance and downloaded the private key. But where do I find my public key, since my OS is Windows?

    • @RahulWagh
      @RahulWagh  2 роки тому

      There should a .ssh folder inside c:\users\your_user_name and inside that .ssh folder you will the public key

  • @syedfahim6652
    @syedfahim6652 9 місяців тому

    So where I need to write ssh Keygen in cmd

  • @ASHISHKUMAR-ss3rj
    @ASHISHKUMAR-ss3rj 3 роки тому

    Plz make more videos on terraform

    • @RahulWagh
      @RahulWagh  3 роки тому +2

      Surely there is more to come on terraform but in case if you have missed there is complete terraform playlist on my channel which you can go through

    • @ASHISHKUMAR-ss3rj
      @ASHISHKUMAR-ss3rj 3 роки тому

      @@RahulWagh okay thanks Rahul I really appreciate u r work.

  • @langalafaoriho455
    @langalafaoriho455 2 роки тому

    my ansible playbook are not running after usng remote-exec command, it keeps on asking me for key authorization

    • @RahulWagh
      @RahulWagh  2 роки тому

      Did you update your ssh keys? also check whether you have set the keys in host file or not ? In the host file it should look like - myawshost.com ansible_ssh_private_key_file=path/to/private/key

  • @yagnasivasai
    @yagnasivasai 3 роки тому

    Can I log into instance by using aws key pair?
    Not by ssh-keygen

    • @RahulWagh
      @RahulWagh  3 роки тому +1

      Yes you can ssh-Keygen is just an utility for generating aws key pair. Once it is generated you use it to ssh into aws instance

    • @yagnasivasai
      @yagnasivasai 3 роки тому

      @@RahulWagh if I have pem key and gave key name in terraform file
      is it possible now?

    • @RahulWagh
      @RahulWagh  3 роки тому +1

      Well I do not think so it will work. Always make sure you have public key copied into your terraform file not private key

    • @yagnasivasai
      @yagnasivasai 3 роки тому

      @@RahulWagh ok thank you
      I tried to find it but failed 😔