awslabs / ec2-spot-workshops

Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/
Other
181 stars 150 forks source link

Fixed the CloudFormation template to complete the Jenkins setup #190

Closed chrismld closed 2 years ago

chrismld commented 2 years ago

Issue #, if available: #157

Description of changes: The existing CloudFormation template is installing the most recent version of Jenkins. The problem is that the userdata script is restoring a Jenkins back from an older version. I changed the install instructions to specify the Jenkins version. The one that the backup has is 2.138.4, and because it's a very old version, I had to add the --nogpgcheck. We should work on update the workshop to use a more recent version to avoid this problem.

I also had to change the instructions to download the CloudFormation template from GitHub and not from S3.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

jagpk commented 2 years ago

image

Health for Jenkins Master is failing. Please test at your end confirm if it works.