Usage
The AWS Keys integration can be used in the following resources:
An AWS Keys integration can also be added directly to a step in the integrations
section. This automatically configures the AWS CLI with the access key and secret key.
You can use this integration in any workflow where you need to connect to AWS for some reason, such as provisioning infrastructure, deploying to AWS EC2 or Amazon ECS, etc.
Default Environment Variables
When you create an Image resource with this integration, a set of environment variables is automatically made available in steps using that resource.
Environment variable | Description |
---|---|
res_<resource_name>_registry_accessKeyId | Access key supplied in the integration |
res_<resource_name>_registry_secretAccessKey | Secret key supplied in the integration |
When you create a Remote File resource with this integration, a set of environment variables is automatically made available in steps using that resource.
Environment variable | Description |
---|---|
res_<resource_name>_source_accessKeyId | Access key supplied in the integration |
res_<resource_name>_source_secretAccessKey | Secret key supplied in the integration |
When you add this integration to a step directly, a set of environment variables is automatically made available.
Environment variable | Description |
---|---|
int_<integration_name>_accessKeyId | Access key supplied in the integration |
int_<integration_name>_secretAccessKey | Secret key supplied in the integration |