Giter Site home page Giter Site logo

gallican / ec2box Goto Github PK

View Code? Open in Web Editor NEW

This project forked from netflix/cloud-prize

0.0 2.0 0.0 597 KB

A web-based ssh terminal to execute commands and make changes to multiple EC2 sessions simultaneously running on Amazon Web Services (AWS).

License: Apache License 2.0

ec2box's Introduction

EC2Box

About

A web-based ssh terminal to execute commands and make changes to multiple EC2 sessions simultaneously running on Amazon Web Services (AWS).

Demo

http://youtu.be/T4SBisCz91M

Prerequisites

SQLite3 http://www.sqlite.org/download.html

sudo apt-get install sqlite3 sqlite3-dev 

**Should already be installed in Mac OS X v10.5 or greater

Java JDK 1.6 or greater http://www.oracle.com/technetwork/java/javase/overview/index.html

Maven 3 or greater ( Only needed if building from source ) http://maven.apache.org

To Run Bundled with Jetty

If your not big on the idea of building from source...

Download ec2box-jetty-vXX.XX.tar.gz

https://github.com/skavanagh/EC2Box/releases

Export environment variables

 export JAVA_HOME=/path/to/jdk
 export PATH=$JAVA_HOME/bin:$PATH

Start EC2Box

    ./startEC2Box.sh

To Build from Source

Export environment variables

export JAVA_HOME=/path/to/jdk
export M2_HOME=/path/to/maven
export PATH=$JAVA_HOME/bin:$M2_HOME/bin:$PATH

In the directory that contains the pom.xml run

mvn package jetty:run

**Note: Doing a mvn clean will delete the SQLite DB and wipe out all the data.

Using EC2Box

Open browser to http://localhost:8090

Login with

username:admin 
password:changeme

Steps:

  1. Set your AWS credentials
  2. Import the private key used on your EC2 systems (note: The EC2 server will only show if the private key has been imported)
  3. Set the EC2 regions of the residing systems
  4. Start composite-ssh sessions or create and execute a script across multiple sessions

Author

Sean Kavanagh

githalytics.com alpha

ec2box's People

Contributors

adrianco avatar andrewachen avatar bitdeli-chef avatar jedberg avatar joesondow avatar noel-yap avatar only-entertainment avatar randgalt avatar skavanagh avatar

Watchers

 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.