📂 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.
- Do not place double quotes (") around the value of each variable.
- 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 →