Skip to content

paolochiodi/aws-get-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-get-ip

npm version

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(tags, callback)

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.

About

Get ip addresses of ec2 instances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published