📂 Reference > Templates
# 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.
AWS_ACCESS_KEY_ID=<FILL_*>
AWS_SECRET_ACCESS_KEY=<FILL_*>
1
2
2
← secrets.env Overview →