Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Jenkins 2.107.3, ec2-plugin 1.39
Description
When the "Delete root device on instance termination" checkbox is used, the AMI's root block device is only partially copied, resulting in the loss of any non-default settings.
One example of the impact is that even if the AMI's root device type should be gp2 (SSD) the type of EBS volume is "standard" (magnetic storage).
I created https://github.com/jenkinsci/ec2-plugin/pull/281 to fix this issue.