toil.utils.toilUpdateEC2Instances¶
Updates Toil’s internal list of EC2 instance types.
Attributes¶
Functions¶
Generates a new python file of fetchable EC2 Instances by region with current prices and specs. |
|
Returns True if there is an internet connection present, and False otherwise. |
|
|
Module Contents¶
- toil.utils.toilUpdateEC2Instances.updateStaticEC2Instances()[source]¶
Generates a new python file of fetchable EC2 Instances by region with current prices and specs.
Takes a few (~3+) minutes to run (you’ll need decent internet).
- Returns:
Nothing. Writes a new ‘generatedEC2Lists.py’ file.
- Return type:
None
- toil.utils.toilUpdateEC2Instances.logger¶