Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 397 Bytes

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.