Skip to main content

Basic_aws_credentials

NameTypeDescription
shared_keystring
The AWS Key.
secret_keystring
The AWS Secret.
session_tokenstring
The AWS Session Token.
regionstring
The AWS region (optional).
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 basic_aws_credentials

{
"uid": "notify_task",
"kind": "notify",
"payload": {
"notify_method": "sns",
"sns": {
"topic": "arn:aws:sns:us-east-1:34534534353453:my-sns",
"user_payload": "my SNS notification: {job_id}",
"aws_access": {
"shared_key": "XXXXXXXXXXXXXXXXXXX",
"secret_key": "12345678901234567890"
}
}
}
}