Skip to content

Commit

Permalink
Add some docs about the new var
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Apr 23, 2024
1 parent e4ae360 commit 9a2fe12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions distribution/ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ You can use sidecars to inject additional secrets as files. This can be
useful for configuring sources such as Kafka. See `./example/kafka.tf` for an
example.

To access external AWS services like the Kinesis source, use the
`quickwit_indexer.extra_task_policy_arns` variable to attach the necessary
IAM policies to the nodes.

## Running the example stack

We provide an example of self contained deployment with an ad-hoc VPC.
Expand Down
2 changes: 1 addition & 1 deletion distribution/ecs/example/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module "quickwit" {
# memory = 8192
# cpu = 4096
# ephemeral_storage_gib = 50
# extra_task_policy_arns = ["arn:aws:iam::aws:policy/AmazonKinesisFullAccess"]
# }

# quickwit_metastore = {
Expand All @@ -53,7 +54,6 @@ module "quickwit" {
# desired_count = 1
# memory = 2048
# cpu = 1024
# ephemeral_storage_gib = 21
# }

# quickwit_control_plane = {
Expand Down

0 comments on commit 9a2fe12

Please sign in to comment.