To create an AWS S3 bucket for use with IBM QRadar, perform the following procedure.
Procedure
- Create an S3 bucket in your AWS Management Console. See Create an S3 Bucket in the AWS Console.
- Configure an AWS S3 Bucket to allow the Data Forwarder to write events. See Configure the Bucket Policy to Allow Access.
- Create a Management Access Policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"sqs:GetQueueUrl",
"sqs:DeleteMessage",
"sqs:SendMessageBatch",
"sqs:ReceiveMessage",
"sqs:SendMessage"
],
"Resource": [
"arn:aws:sqs:<aws-region>:535601802221:<name-of-queue>",
"arn:aws:s3:::<name-of-s3-bucket>/*"
]
}
]
}
- Create a user that uses that policy. Select Programmatic Access to generate an Access Key ID and Secret Access Key.
- Save the generated Access Key ID and Secret Access Key.