https://github.com/jeshan/fargate-environment-variables
Available environment variables in AWS Fargate
https://github.com/jeshan/fargate-environment-variables
aws fargate
Last synced: about 1 month ago
JSON representation
Available environment variables in AWS Fargate
- Host: GitHub
- URL: https://github.com/jeshan/fargate-environment-variables
- Owner: jeshan
- License: bsd-2-clause
- Created: 2019-05-11T05:52:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T06:17:04.000Z (about 7 years ago)
- Last Synced: 2025-03-08T08:45:14.114Z (over 1 year ago)
- Topics: aws, fargate
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fargate-environment-variables
Available environment variables in AWS Fargate.
AWS does not publish such a list yet, so here you go:
## Platform version 1.3.0
_This was run on alpine in us-east-1_
```bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOSTNAME=ip-10-0-26-162.ec2.internal
AWS_DEFAULT_REGION=us-east-1
AWS_EXECUTION_ENV=AWS_ECS_FARGATE
AWS_REGION=us-east-1
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI=/v2/credentials/423d5655-6866-471a-b10f-4f025d2aaaaa
ECS_CONTAINER_METADATA_URI=http://169.254.170.2/v3/d032fe3b-bb46-45af-8fb5-9cb4b69aaaaa
HOME=/root
```