Skip to content

Commit

Permalink
Adjust the ECS rest of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed May 23, 2024
1 parent 265762e commit 37a48ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ IAM policies to indexers.
We provide an example of self contained deployment with an ad-hoc VPC.

> [!IMPORTANT]
> This stack costs ~$150/month to run (Fargate tasks, NAT Gateways
> This stack costs ~$200/month to run (Fargate tasks, NAT Gateways
> and RDS)
### Deploy the Quickwit module and connect through a bastion
Expand Down
2 changes: 1 addition & 1 deletion distribution/ecs/quickwit/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ variable "quickwit_searcher" {
description = "Searcher service sizing configurations"
type = object({
desired_count = optional(number, 1)
memory = optional(number, 2048)
memory = optional(number, 4096)
cpu = optional(number, 1024)
ephemeral_storage_gib = optional(number, 21)
})
Expand Down

0 comments on commit 37a48ce

Please sign in to comment.