AWS
Send Halo Security events directly to AWS services for automated response and integration.
Connect Halo Security and AWS
AWSAdd Policy Statements
{
"Version": "2012-10-17",
"Statement": [
{
// Existing permissions
...
},
{
// For S3
"Sid": "HaloSecurityS3Write",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": "[Your S3 ARN, eg. arn:aws:s3:::xxx-halo-events/*]"
},
{
// For SQS
"Sid": "HaloSecuritySQS",
"Effect": "Allow",
"Action": "sqs:SendMessage",
"Resource": "[Your SQS ARN, eg. arn:aws:sqs:us-east-1:xxx:xxx-halo-events]"
}
]
}Create Profiles
Create Event Rules
Event RulesUse Cases
Last updated
Was this helpful?