Skip to content

madsquare/ec2-meta

This branch is up to date with egg-/ec2-meta:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 9, 2015
77e291a · Jun 9, 2015

History

7 Commits
Jun 9, 2015
Jun 9, 2015
Jun 9, 2015
Jun 9, 2015
Jun 9, 2015
Jun 9, 2015
Jun 9, 2015
Jun 9, 2015

Repository files navigation

ec2-meta

version download

Retrieving Instance Metadata.

Warning: normal operation only ec2.

Usage

var ec2meta = require('ec2-meta');

// load meta categories
ec2meta.load(function(err, categories) {
    // console.log(categories);
});

// load instance-id
ec2meta.load('instance-id', function(err, value) {
    // console.log(value);
});

References

LICENSE

ec2-meta is licensed under the MIT license.

About

Retrieving Instance Metadata

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%