EZ2 is a simplified web console for Amazon EC2 console. Currently it has provisions to create, start, stop and terminate instances.
Install the dependencies below before you get started.
Clone the project and execute command below in your terminal in the project folder.
$ npm install
Edit config.json and put in the required key and secret, as well as the desired region. config.js contains the settings for the googleplus login and certain ec2 parameters.
Run node app to start the application. Confirm with accessing the selected region and checking the EC2 instances in the Amazon console.