Skip to content

Launch N nodes(amazon ec2 instances) and run jobs on them in a very sipmple, straightforward way via ssh.

Notifications You must be signed in to change notification settings

kittle/clauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#clauncher

Launch N nodes(ec2 instances) and run jobs on them in a very sipmple, straightforward way via ssh.

Can launch and run jobs on up to 500 ec2 instances. Better use c1.medium node for claunch.

Lifecycle

  • load job list
  • launch instances
  • for each instance
    • waiting for node
    • upload data
    • run job via ssh
    • download result

INSTALL

apt-get install python-paramiko python-libcloud

or

pip install paramiko apache-libcloud

TODO

  • improve launch logic to keep up to MAX_NODES

About

Launch N nodes(amazon ec2 instances) and run jobs on them in a very sipmple, straightforward way via ssh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages