📂 Reference > Deployment Files
>

# aws.env

When it is time to deploy the Airnode to AWS, the Docker deployer image will need the AWS credentials to build the node.

  • 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=XYZ...123
AWS_SECRET_ACCESS_KEY=ABC7...89
1
2
Last Updated: 8/9/2022, 2:28:25 PM