Initializing help system before first use

getAllInstances

getAllInstances


Purpose
Retrieve a list of Instances from AWS.
Synopsis
function getAllInstances:list of EC2instance
Return value
List of running (or recently terminated) instances.
Further information
The returned list may contain instances that have already terminated. It is important to check the actual state of an instance before using it (field state of the EC2instance type).
Related topics