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.)
Code Block |
---|
curl -q -s https://remote-roost<dev/prod>.s3-us-west-1.amazonaws.com/launcherScript.sh -o launcherScript.sh |
Run the script ( to run in dev mode set DEV=1)
Code Block |
---|
/<path to launcherScript.sh> |