-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
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.