How to Integrate Jenkins With AWS

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

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

  • @vishalhcl007
    @vishalhcl007 2 года назад +2

    You are a life saver. I was struggling with AWS credentials piece for 2 days, I could do same in 10 mins after watching your video.

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

    This Guru clearly explains what you want to learn and keeps you learning though-out the session. Thanks.

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

    The best explanation for the creds usage I've seen. Thx!

  • @Andy-lr1gx
    @Andy-lr1gx Год назад

    your voice is gold, but your keyboard space sound was like 💀. But great explain, thank you.

  • @looks-good
    @looks-good 3 года назад

    Thank you from Belarus!!! Good job!

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

    Thanks a lot from istanbul. Great video!

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

    how do you get the Access key ID and Secreat Access Key while configuring the AWS credentials. how do I generate that information

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

    this has been most helpful! thank you so very much!!

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

    Thank you, can you also create a video that explains how integrate Jenkins with ECS/EKS?

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

    Thank you very much both informative and enjoyable.

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

    This was helpful! Im also looking for a way to include Jenkisn AWS-Creds in Jenkins Active Choice Parameter Groovy Script

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

    That's Great ! Thank You.

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

    Hi everyone in the case of Account ID, somebody have idea how can use that without hard code the number into the pipeline?

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

    Nice video but this plugin is not available anymore. How to do it now? Please help. Thanks

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

    i am trying to restore an aws ebs volume from a recovery point snapshot present in AWS backup vault using jenkins job.is this possible?

  • @LalitYadav-eo4hv
    @LalitYadav-eo4hv 3 года назад

    Just subscribed you very informative and helpful video, really liked it

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

    if you attach the ec2 full access role to the jenkins instance, this video will end 9:28 and creds would not even be required

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

      Hey Fayez , do you any doc or video to show me how to assign the role to the instance as you mention .. I want to use the same to use secret manager plugin. thx!!

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

      Hey @@MegaTuto , did you find it? If yes, can you please share it. Thanks

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

    Amazing video, it helped me a lot!

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

    Where do i input my aws_session_token using the plugin?

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

    thanks so much..... muah

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

    💌

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

    informative video

  • @AbhishekSharma-vn3jh
    @AbhishekSharma-vn3jh 2 года назад +1

    Output of snippet generator is broken:
    withCredentials([]) {
    // some block
    }
    how to fix it sir??

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

      Did you find the solution?

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

      withCredentials([[
      $class: 'AmazonWebServicesCredentialsBinding',
      credentialsId: "my_credentialsID",
      accessKeyVariable: 'AWS_ACCESS_KEY_ID',
      secretKeyVariable: 'AWS_SECRET_ACCESS_KEY'
      ]])