From 1ca6044fc13df8c88b5a1a5a6ab3bc121a972f65 Mon Sep 17 00:00:00 2001 From: Joshua Cockrell Date: Mon, 24 Apr 2023 21:49:25 -0600 Subject: [PATCH] Fix typo in AWS ECS memory scaling --- cloud/ecs-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/ecs-integration.md b/cloud/ecs-integration.md index aa6f92788a..224b05505a 100644 --- a/cloud/ecs-integration.md +++ b/cloud/ecs-integration.md @@ -401,7 +401,7 @@ services: min: 1 max: 10 #required cpu: 75 - # mem: - mutualy exlusive with cpu + # memory: - mutualy exlusive with cpu ``` ## IAM roles