updateInstance
| updateInstance | 
  Purpose
 
 
 Update instance information.
 
 
  Synopsis
 
 procedure updateInstance(inst:EC2instance)
 
  Argument
 
 | 
     inst 
     | 
     Instance object to update
     | 
  Further information
 
 
  An
 EC2instance object contains information on an instance running in EC2. This information is not necessarily up to date: this procedure queries AWS and updates properties stored in the corresponding record.
 
 
