Skip to content

nytimes/mock-ec2-metadata

Repository files navigation

mock-ec2-metadata

A simple service to mock the ec2 metadata service.

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/mock-ec2-metadata

Testing

make test

License

See LICENSE

Contributing

See CONTRIBUTING.md for more details.