nyxcharon / aws-env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Environment

This repo outputs AWS Metadata for a server to a file that can be sourced.

Project: [https://github.com/sstarcher/aws-env] (https://github.com/sstarcher/aws-env)

Docker image: [https://registry.hub.docker.com/u/sstarcher/aws-env/] (https://registry.hub.docker.com/u/sstarcher/aws-env/)

Docker Registry 

docker run -v /etc/aws:/etc/aws sstarcher:aws-env:2.0

  • /etc/aws
AWS_INSTANCE_ID=i-xxxxxxxx
AWS_AVAILABLITY_ZONE=us-east-xx
AWS_REGION=us-east-1
AWS_ACCOUNT_ALIAS=account_alias
AWS_TAG_MYTAG=myvalue
AWS_TAG_NAME=ServerTag

About

License:MIT License


Languages

Language:Go 100.0%