private void setupEphemeralDeviceMapping(RunInstancesRequest riRequest) {
   riRequest.withBlockDeviceMappings(getNewEphemeralDeviceMapping());
 }