Skip to content

Commit 65927e5

Browse files
authored
Merge pull request #67 from awslabs/jaredcnance-patch-2
Reduce canary vCPUs to .25
2 parents d15858a + 8b4519d commit 65927e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy-canary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ aws ecs update-service \
4545
--execution-role-arn "arn:aws:iam::$ACCOUNT_ID:role/ecsTaskExecutionRole" \
4646
--region $REGION \
4747
--memory 256 \
48-
--cpu '1 vcpu' \
48+
--cpu '.25 vcpu' \
4949
--family $ECS_TASK_FAMILY \
5050
--container-definitions "$(cat container-definitions.json)" \
5151
| jq --raw-output '.taskDefinition.taskDefinitionArn' | awk -F '/' '{ print $2 }')

0 commit comments

Comments
 (0)