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

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. Variable names cannot contain dashes (-) or start with a number.

bash
AWS_ACCESS_KEY_ID=XYZ...123
AWS_SECRET_ACCESS_KEY=ABC7...89
FLEX_END_TAG

Released under the MIT License.