Reference → Airnode → v0.14 → Deployment Files → Templates
SearchHighlight.vue
FLEX_START_TAGaws.env
The aws.env
contains AWS credentials from an IAM user. These credentials are used by the Docker deployer image to deploy an Airnode to AWS. For more details, see the full description of the aws.env file. Variable names cannot contain dashes (-) or start with a number.
sh
FLEX_END_TAGAWS_ACCESS_KEY_ID=<FILL_*>
AWS_SECRET_ACCESS_KEY=<FILL_*>
1
2
2