|
get_easy_s3(config_file=None,
cache=False)
Factory for EasyS3 class that attempts to load AWS credentials from
the StarCluster config file. |
source code
|
|
|
get_easy_ec2(config_file=None,
cache=False)
Factory for EasyEC2 class that attempts to load AWS credentials from
the StarCluster config file. |
source code
|
|
|
get_cluster_manager(config_file=None,
cache=False)
Factory for ClusterManager class that attempts to load AWS
credentials from the StarCluster config file. |
source code
|
|
|
get_config(config_file=None,
cache=False)
Factory for StarClusterConfig object |
source code
|
|