node-ec2-instance

Spin up new EC2 instances on AWS

Usage no npm install needed!

<script type="module">
  import nodeEc2Instance from 'https://cdn.skypack.dev/node-ec2-instance';
</script>

README

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