amazon-ec2-metadata-mock
amazon-ec2-metadata-mock copied to clipboard
A tool to simulate Amazon EC2 instance metadata
**Describe the feature** It would be great if the mock could simulate the optional inclusion of instances tags within the returned metadata. To ensure backwards compatibility, the proposal would be...
Hi i would like to ask whether is there any way how to pass null value in some of property by env variable such as `AEMM_METADATA_VALUES_IAM_SECURITY_CREDENTIALS_TOKEN: null` or maybe like...
For the purposes of testing an application relying on the IMDS metadata service, I'd like to be able to serve valid AWS credentials via the mocked IMDS. I'd love to...
**Describe the feature** A concise description of the feature and desired behavior. AL2 dumps all the metadata to a file on the instance which is useful for looking at what's...
**Describe the feature** When [configuring IMDS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html), users are able to specify a `PUT` response hop limit for instance metadata requests. AEMM should be able to do the same. **Is the...
**Describe the bug** Server header is missing - `EC2ws` **Steps to reproduce** `GET` any endpoint and look at the header. **Expected outcome** It contains the header. Similar to this issue...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.1 ✨ Features Add env variable to suppress completion descriptions on create by @scop in spf13/cobra#1938 🐛 Bug...
Issue #218 Description of changes: 1) Added core functionality for handling /latest/meta-data/autoscaling/target-lifecycle-state GET requests and changing state after set delay or trigger time. 2) Updated README 3) Added unit tests...
**Describe the feature** A mock that allows me to simulate autoscaling events such as InService and Terminated target-lifecycle-states **Is the feature request related to a problem?** I would like to...
**Describe the bug** The mock server returns SSH keys in a different format than EC2 IMDS. e.g. ``` http://169.254.169.254/latest/meta-data/public-keys/ ``` returns ``` 0=mykey ``` on EC2 whilst this project returns...