1.0.3 • Published 8 years ago

node-ec2-instance v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago