Make the ECS on devnet only use 0.25 units of CPU (#215)

This commit is contained in:
Jerome 2022-12-12 20:53:41 +11:00 committed by GitHub
parent d4fc180f20
commit 96339ec3ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,8 @@ resource "aws_ecs_task_definition" "devnet_task_definition_group" {
# Please set it back to cpu 256 and memory of 2048 after sync is done to save the cost
# cpu = 256
# memory = 2048
cpu = 512
memory = 4096
cpu = 256
memory = 2048
volume {
name = "efs"