A simple service to mock the ec2 metadata service.
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
make test
See LICENSE
See CONTRIBUTING.md
for more details.