Skip to content

Commit 2b2472e

Browse files
committed
updated doc on AWS SQS
1 parent 159a0da commit 2b2472e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/IntelOwl/advanced_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ The default broker, if nothing is specified, is `Redis`.
163163

164164
To use `RabbitMQ`, you must use the option `--rabbitmq` when launching IntelOwl with the `./start` script.
165165

166-
To use `Aws SQS`, you must use the option `--sqs` when launching IntelOwl with the `.start` script.
167-
In that case, you should create new SQS queues in AWS called `intelowl-<environment>-<queue_name>` and give your instances on AWS the proper permissions to access it.
166+
To use `AWS SQS`, you must use the option `--sqs` when launching IntelOwl with the `.start` script.
167+
In that case, you should create new FIFO SQS queues in AWS called `intelowl-<environment>-<queue_name>.fifo` and give your instances on AWS the proper permissions to access it.
168168
Moreover, you must populate the `AWS_USER_NUMBER`. This is required to connect in the right way to the selected SQS queues.
169169
Only FIFO queues are supported.
170170

0 commit comments

Comments
 (0)