node-ec2-instance
v1.0.3
Published
Spin up new EC2 instances on AWS
Downloads
2
Readme
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
- Better documentation
- Tag Instances
- 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