...
Code Block |
---|
{
"global_overrides": {
"debug": false
},
"inputs": {
"services": {
"SERVICE_NAME": {}
},
"sqs_collector": {
"id": "12345",
"enabled": true,
"credentials": {
"aws_base_account_role": "arn:aws:iam::837131528613:role/devo-xaccount-cs-role",
"aws_cross_account_role": "arn:<PARTITION>:iam::<YOUR_AWS_ACCOUNT_NUMBER>:role/<YOUR_ROLE>"
},
"region": "<REGION>",
"base_url": "https://sqs.<REGION>.amazonaws.com/<YOUR_AWS_ACCOUNT_NUMBER>/<QUEUE_NAME>"
}
}
}
} |
Secure It
Monitor It
Create an inactivity alert to detect interruptions of transfer of data from the source to the SQS queue using the query
...