Giter VIP home page Giter VIP logo

anaconda-ec2's Introduction

Anaconda-EC2

Anaconda Plug-in for StarCluster

http://continuum.io/blog/blog/starcluster-anaconda/

Installation

$ pip install StarCluster
$ git clone git://github.com/ContinuumIO/anaconda-ec2.git
$ mkdir -p $HOME/.starcluster/plugins
$ cp anaconda-ec2/config.anaconda $HOME/.starcluster/config
$ cp anaconda-ec2/anaconda_plugin.py $HOME/.starcluster/plugins

Then edit $HOME/.starcluster/config and enter your credentials, keypair, and region settings. You can check your settings before launch using:

$ starcluster start --validate-only myconda

Assuming this command doesnt return any errors you should be ready to launch a cluster:

$ starcluster start myconda

Changes to StarCluster Config

The Anaconda StarCluster config uses the Anaconda AMIs:

  • AMI US-EAST-1 = ami-63bb2c0a (Anaconda 1.3)
  • AMI US-WEST-2: ami-a4d64194 (Anaconda 1.4)

All versions of Anaconda on the Anaconda AMIs can be upgrade with the following commands:

$ conda update conda
$ conda update anaconda

The Anaconda StarCluster config defines and configures the necessary plugin and permission sections for Anaconda:

[plugin anaconda_plugin]
SETUP_CLASS = anaconda_plugin.ConfigAnaconda

[permission disco]
FROM_PORT = 8989
TO_PORT = 8989

[cluster smallcluster]
...
PLUGINS = anaconda_plugin 
PERMISSIONS = disco

anaconda-ec2's People

Contributors

applio avatar jtriley avatar quasiben avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.