ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
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.
This Guru clearly explains what you want to learn and keeps you learning though-out the session. Thanks.
The best explanation for the creds usage I've seen. Thx!
Thank you from Belarus!!! Good job!
your voice is gold, but your keyboard space sound was like 💀. But great explain, thank you.
Thanks a lot from istanbul. Great video!
how do you get the Access key ID and Secreat Access Key while configuring the AWS credentials. how do I generate that information
In IAM
Thank you, can you also create a video that explains how integrate Jenkins with ECS/EKS?
this has been most helpful! thank you so very much!!
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
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!!
Hey @@MegaTuto , did you find it? If yes, can you please share it. Thanks
Nice video but this plugin is not available anymore. How to do it now? Please help. Thanks
Hi everyone in the case of Account ID, somebody have idea how can use that without hard code the number into the pipeline?
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?
This was helpful! Im also looking for a way to include Jenkisn AWS-Creds in Jenkins Active Choice Parameter Groovy Script
That's Great ! Thank You.
Thank you very much both informative and enjoyable.
Where do i input my aws_session_token using the plugin?
Amazing video, it helped me a lot!
Just subscribed you very informative and helpful video, really liked it
thanks so much..... muah
informative video
💌
Output of snippet generator is broken:withCredentials([]) { // some block}how to fix it sir??
Did you find the solution?
withCredentials([[ $class: 'AmazonWebServicesCredentialsBinding', credentialsId: "my_credentialsID", accessKeyVariable: 'AWS_ACCESS_KEY_ID', secretKeyVariable: 'AWS_SECRET_ACCESS_KEY' ]])
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.
This Guru clearly explains what you want to learn and keeps you learning though-out the session. Thanks.
The best explanation for the creds usage I've seen. Thx!
Thank you from Belarus!!! Good job!
your voice is gold, but your keyboard space sound was like 💀. But great explain, thank you.
Thanks a lot from istanbul. Great video!
how do you get the Access key ID and Secreat Access Key while configuring the AWS credentials. how do I generate that information
In IAM
Thank you, can you also create a video that explains how integrate Jenkins with ECS/EKS?
this has been most helpful! thank you so very much!!
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
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!!
Hey @@MegaTuto , did you find it? If yes, can you please share it. Thanks
Nice video but this plugin is not available anymore. How to do it now? Please help. Thanks
Hi everyone in the case of Account ID, somebody have idea how can use that without hard code the number into the pipeline?
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?
This was helpful! Im also looking for a way to include Jenkisn AWS-Creds in Jenkins Active Choice Parameter Groovy Script
That's Great ! Thank You.
Thank you very much both informative and enjoyable.
Where do i input my aws_session_token using the plugin?
Amazing video, it helped me a lot!
Just subscribed you very informative and helpful video, really liked it
thanks so much..... muah
informative video
💌
Output of snippet generator is broken:
withCredentials([]) {
// some block
}
how to fix it sir??
Did you find the solution?
withCredentials([[
$class: 'AmazonWebServicesCredentialsBinding',
credentialsId: "my_credentialsID",
accessKeyVariable: 'AWS_ACCESS_KEY_ID',
secretKeyVariable: 'AWS_SECRET_ACCESS_KEY'
]])