Skip to main content

Computing_group_ref

NameTypeDescription
computing_group_idstring
Use the AWS credentials from the specified Computing Group ID
max_cross_region_mbintegerThis sets the maximum amount of data (in MB) that can be transferred across regions. This is to avoid excessive inter-region transfer costs. Set this to -1 for unlimited transfers.

Example computing_group_ref

{
"uid": "notify_task",
"kind": "notify",
"payload": {
"notify_method": "sqs",
"sqs": {
"name": "my_sqs_queue",
"user_payload": "Job {job_id} has completed.",
"aws_access": {
"computing_group_id": "My Main Group"
}
}
}
}