Skip to content

Locate the region and/or availability zone for a node process running on EC2

Notifications You must be signed in to change notification settings

azulus/aws-locate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-locate

Locate the region and/or availability zone for a node process running on EC2

// to get the availability zone:
require('aws-locate').getAvailabilityZone(function (err, zone) {
  console.log(zone)
})

// to get the region
require ('aws-locate').getRegion(function (err, region) {
  console.log(region)
})

About

Locate the region and/or availability zone for a node process running on EC2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published