All Projects β†’ grvcoelho β†’ 169254

grvcoelho / 169254

Licence: MIT License
πŸ“Ÿ A simple API that simulate AWS EC2's metadata endpoint

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to 169254

PHES-ODM
Metadata and code to support covid-19 wastewater surveillance and open science.
Stars: ✭ 34 (+126.67%)
Mutual labels:  metadata
roda
RODA - Repository of Authentic Digital Objects
Stars: ✭ 54 (+260%)
Mutual labels:  metadata
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (+66.67%)
Mutual labels:  metadata
TEAM
The Taxonomy for ETL Automation Metadata (TEAM) is a metadata management tool for data warehouse automation. It is part of the ecosystem for data warehouse automation, alongside the Virtual Data Warehouse pattern manager and the generic schema for Data Warehouse Automation.
Stars: ✭ 27 (+80%)
Mutual labels:  metadata
skyrimse
The TES V: Skyrim Special Edition masterlist.
Stars: ✭ 99 (+560%)
Mutual labels:  metadata
Kvpbase
Scalable, simple RESTful object storage platform, written in C#
Stars: ✭ 43 (+186.67%)
Mutual labels:  metadata
HiGitClass
HiGitClass: Keyword-Driven Hierarchical Classification of GitHub Repositories (ICDM'19)
Stars: ✭ 58 (+286.67%)
Mutual labels:  metadata
postcss-font-grabber
A postcss plugin, it grabs remote font files and update your CSS, just like that.
Stars: ✭ 26 (+73.33%)
Mutual labels:  metadata
gutenberg-metadata
Metadata from Project Gutenberg
Stars: ✭ 24 (+60%)
Mutual labels:  metadata
CommitCombo
κΉƒν—ˆλΈŒ 컀밋 기둝을 μ•„λ¦„λ‹΅κ²Œ κΎΈλ―ΈλŠ” ν”„λ‘œμ νŠΈ ⭐
Stars: ✭ 31 (+106.67%)
Mutual labels:  metadata
hasura-metadata-patcher
CLI tool to patch Hasura metadata json file. Helps to organize complex CI/CD flows through different environments.
Stars: ✭ 14 (-6.67%)
Mutual labels:  metadata
Awesome-Image-Gallery-Android
Open source Image Gallery with tons of feature .
Stars: ✭ 22 (+46.67%)
Mutual labels:  metadata
odata2poco
generate POCO classes from OData service
Stars: ✭ 42 (+180%)
Mutual labels:  metadata
timber-ruby
🌲 Great Ruby logging made easy.
Stars: ✭ 155 (+933.33%)
Mutual labels:  metadata
peppy
Project metadata manager for PEPs in Python
Stars: ✭ 29 (+93.33%)
Mutual labels:  metadata
go-xmp
A native Go SDK for the Extensible Metadata Platform (XMP)
Stars: ✭ 36 (+140%)
Mutual labels:  metadata
columbus
Metadata storage service
Stars: ✭ 42 (+180%)
Mutual labels:  metadata
nft.storage
πŸ˜‹ Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin.
Stars: ✭ 309 (+1960%)
Mutual labels:  metadata
serrano
Low level Ruby client for Crossref
Stars: ✭ 26 (+73.33%)
Mutual labels:  metadata
skyrim
The Skyrim masterlist.
Stars: ✭ 68 (+353.33%)
Mutual labels:  metadata

169254

πŸ“Ÿ A simple API that simulate AWS EC2's metadata endpoint

Why

Every EC2 Instance from AWS have access to a special metadata service that is used to retrieve metadata information about the instance such as ami-id and local-ipv4. The metadata service is tipically accessible on the private endpoint http://169.254.169.254 and cannot be accessed outside of the instance.

Whether you're writing some tests or building an application that data given back by the service metadata, you'll need to run it inside the instance or use some kind of mock API.

This project is a mock API deployed at https://169254.now.sh that you can use to assert the service metadata response structure and possible fields. Note: all data returned by https://169254.now.sh is hard-coded, so the results will be different when you access the real service metadata within your EC2 Instances.

Usage

The following are the current implemented enpdoints of the metadata service. Feel free to open a Pull Request to add any new endpoints:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].