1.0.0 • Published 7 years ago

aws-get-ip v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

aws-get-ip

Return the private ip of a list of EC2 instanstes using aws-sdk

Install

npm install aws-get-ip

Usage

const Finder = require('aws-get-ip')
const getIp = new Finder({
  region: 'eu-central-1'
})

getIp.byTags({tag: 'value'}, function (err, ips) {
  console.log(ips)
})

Options

The constructor accepts the same options of aws-sdk.

You should pass in the aws region and credentials (unless using a IAM role)

Methods

byTags

List all the private ips of running instances with the specified tags

License

Copyright (c) 2013 - 2016, Paolo Chiodi and other contributors. Licensed under MIT.