We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d15858a + 8b4519d commit 65927e5Copy full SHA for 65927e5
bin/deploy-canary.sh
@@ -45,7 +45,7 @@ aws ecs update-service \
45
--execution-role-arn "arn:aws:iam::$ACCOUNT_ID:role/ecsTaskExecutionRole" \
46
--region $REGION \
47
--memory 256 \
48
- --cpu '1 vcpu' \
+ --cpu '.25 vcpu' \
49
--family $ECS_TASK_FAMILY \
50
--container-definitions "$(cat container-definitions.json)" \
51
| jq --raw-output '.taskDefinition.taskDefinitionArn' | awk -F '/' '{ print $2 }')
0 commit comments