Cluster Launcher on EC2

Installing the EC2 launcher on any unix system

Idea : Enterprise user will be able to configure an EC2 launcher for their remote clusters

Steps to configure

  • Pull the script from the s3 bucket ( s3 dev. or prod.)

curl -q -s https://remote-roost<dev/prod>.s3-us-west-1.amazonaws.com/ec2Launcher.sh -o ec2Launcher.sh

 

  • Run the script

Set APPNAME and to run in dev mode, set DEV=1

/<path to launcherScript.sh>

Â