node-ec2-instance

Spin up new EC2 instances on AWS


Keywords
aws, ec2, server, nodejs
License
MIT
Install
npm install node-ec2-instance@1.0.0

Documentation

Coverage Status Build Status Build status Dependency Status

node-ec2-instance

Spin up new EC2 instances on AWS

Why?

I needed a simple way to spin up new instances and get back the Private and Public DNS names and IP addresses for the newly spun up machines.

Installation

npm install node-ec2-instance --save

Usage

const ec2 = require('node-ec2-instance');

ec2.create({}, callback);

TODO

  1. Better documentation
  2. Tag Instances
  3. Trying to make life more easier

License

Licensed under MIT. See LICENSE for more information.

Issues

Report a bug in issues.

Made with love in Dhaka, Bangladesh by Riyadh Al Nur