Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 690 Bytes

File metadata and controls

23 lines (13 loc) · 690 Bytes

node-ignition

Build Status

A big, simple, start and stop button for EC2 instances

Usage

Set your Amazon access keys to the environment variables AWS_ACCESS_KEY and AWS_SECRET_ACCESS_KEY.

Start the server

node server.js

Point web browser at:

http://localhost:3000/[instance id ]/[elastic IP address]

Where instance id is the id of the EC2 instance and elastic IP address is the elastic IP address that you want to associate the EC2 instance with upon start.

Click the big button to start and stop the instance.