Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 636 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 636 Bytes

aws-remote-imds

aws-remote-imds is a reverse proxy server that is supposed to be running on AWS EC2 instances or ECS Fargate containers. aws-remote-imds routes your web requests to the imds endpoint - http://169.254.169.254, and return the metadata with some additional information.

You can inspect ec2 instances or ecs fargate containers' metadata via http api, without directry connecting them via ssh or session manager.


Detail

  • ec2-remote-imds: See here
  • fargate-remote-imds: Not Implemented Yet