When launching machines... allow for boot image size to be specified via the :

       

      LaunchInstanceDetails.builder()
        .sourceDetails(InstanceSourceViaImageDetails.builder()
          .bootVolumeSizeInGBs(bootSize)
          .imageId(imageId)
          .build())
       
      

       

      api calls.

          [JENKINS-72795] Specify boot image size

          There are no comments yet on this issue.

            sindhusri16 Yarlagadda Sindhu Sri
            mikeycarter Michael Carter
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: