How to Integrate Jenkins With AWS

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 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!

  • @looks-good
    @looks-good 3 ปีที่แล้ว

    Thank you from Belarus!!! Good job!

  • @Andy-lr1gx
    @Andy-lr1gx ปีที่แล้ว

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

  • @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

  • @aptget822
    @aptget822 3 ปีที่แล้ว +4

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

  • @droritzilberberg
    @droritzilberberg 3 ปีที่แล้ว

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

  • @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

  • @cloudmasterlive
    @cloudmasterlive 2 ปีที่แล้ว

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

  • @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?

  • @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?

  • @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.

  • @tonycavanagh1929
    @tonycavanagh1929 3 ปีที่แล้ว

    Thank you very much both informative and enjoyable.

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

    Where do i input my aws_session_token using the plugin?

  • @PedroHenriqueDosSantos1990
    @PedroHenriqueDosSantos1990 3 ปีที่แล้ว

    Amazing video, it helped me a lot!

  • @LalitYadav-eo4hv
    @LalitYadav-eo4hv 3 ปีที่แล้ว

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

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

    thanks so much..... muah

  • @udayalwala3859
    @udayalwala3859 3 ปีที่แล้ว

    informative video

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

    💌

  • @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'
      ]])