Skip to content
On this page
Reference → Airnode → v0.11 → Deployment Files → Templates
SearchHighlight.vue
FLEX_START_TAG

aws.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
AWS_ACCESS_KEY_ID=<FILL_*>
AWS_SECRET_ACCESS_KEY=<FILL_*>
FLEX_END_TAG

Released under the MIT License.