runInstance
| runInstance | 
  Purpose
 
 Start a new instance in EC2.
 
  Synopsis
 
function runInstance:EC2instance
 
  Return value
 
 Instance record referencing the created instance.
  Further information
 
  This function starts a new instance using the current configuration (in particular using 'aec2_image' as the image). Note that an instance needs some time before it is ready to execute commands — this routine does not wait for the instance to be ready: use
 waitInstanceReady for this purpose.
 
  Related topics
 
 
